use newest zend modules
[GitHub/Stricted/Domain-Control-Panel.git] / vendor / Zend / ServiceManager / Exception / InvalidServiceException.php
index 16feb32a1f51a2380bbea9ab209dfb65a0a6c234..e8ef259d17d4c6e9b3c3a740fd2df2b93756a715 100644 (file)
@@ -9,6 +9,12 @@
 
 namespace Zend\ServiceManager\Exception;
 
-class InvalidServiceException extends RuntimeException
+use RuntimeException as SplRuntimeException;
+
+/**
+ * This exception is thrown by plugin managers when the created object does not match
+ * the plugin manager's conditions
+ */
+class InvalidServiceException extends SplRuntimeException implements ExceptionInterface
 {
 }