diff --git a/src/AbstractServer.php b/src/AbstractServer.php index 030c5de5..9da091ee 100644 --- a/src/AbstractServer.php +++ b/src/AbstractServer.php @@ -65,7 +65,7 @@ abstract class AbstractServer public function getStorage($obj) { if (!isset($this->storages[$obj])) { - throw new Exception\ServerException( + throw new Exception\ServerErrorException( 'The `'.$obj.'` storage interface has not been registered with the server' ); }