diff --git a/src/Cloud/Decorator/Exception/ExceptionInterface.php b/src/Cloud/Decorator/Exception/ExceptionInterface.php index 2291dfe..df89300 100644 --- a/src/Cloud/Decorator/Exception/ExceptionInterface.php +++ b/src/Cloud/Decorator/Exception/ExceptionInterface.php @@ -12,7 +12,7 @@ use Zend\Tag\Exception\ExceptionInterface as Exception; /** - * Exception class for Zend_Tag_Cloud_Decorator + * Exception class for Zend\Tag\Cloud\Decorator */ interface ExceptionInterface extends Exception {}