diff --git a/epp.php b/epp.php index 6f13518..cb0b0ec 100644 --- a/epp.php +++ b/epp.php @@ -1306,7 +1306,7 @@ class Registrar_Adapter_EPP extends Registrar_AdapterAbstract } $r = simplexml_load_string($this->readResponse()); if (isset($r->response) && $r->response->result->attributes()->code >= 2000) { - throw new EppException($r->response->result->msg); + throw new exception($r->response->result->msg); } return $r; }