Skip to content

Commit

Permalink
Attempt to fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga committed Sep 11, 2024
1 parent e4c0c71 commit 0c3bf1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions epp.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,7 @@ public function getDomainDetails(Registrar_Domain $domain)
}

catch(exception $e) {
$domain = array(
'error' => $e->getMessage()
);
throw new Registrar_Exception('Error: ' . $e->getMessage());
}

if (!empty($s)) {
Expand Down

0 comments on commit 0c3bf1e

Please sign in to comment.