diff --git a/src/Exception.php b/src/Exception.php index b679eb3e..941f155d 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -28,7 +28,7 @@ * * Class to represent exceptions that occur during Feed operations. * - * @uses \Zend\Exception + * @uses \Exception * @category Zend * @package Zend_Feed * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) diff --git a/src/PubSubHubbub/Exception.php b/src/PubSubHubbub/Exception.php index 0972a16f..95baf7c9 100644 --- a/src/PubSubHubbub/Exception.php +++ b/src/PubSubHubbub/Exception.php @@ -24,11 +24,11 @@ namespace Zend\Feed\PubSubHubbub; /** - * @uses \Zend\Exception + * @uses \Exception * @category Zend * @package Zend_Feed_Pubsubhubbub * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class Exception extends \Zend\Exception +class Exception extends \Exception {} diff --git a/src/Reader/Exception.php b/src/Reader/Exception.php index 03357fba..17585125 100644 --- a/src/Reader/Exception.php +++ b/src/Reader/Exception.php @@ -28,7 +28,7 @@ * * Class to represent exceptions that occur during Feed operations. * -* @uses \Zend\Exception +* @uses \Exception * @category Zend * @package Zend_Feed * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) diff --git a/src/Writer/Exception.php b/src/Writer/Exception.php index 65231417..41ff41be 100644 --- a/src/Writer/Exception.php +++ b/src/Writer/Exception.php @@ -28,7 +28,7 @@ * * Class to represent exceptions that occur during Feed operations. * -* @uses \Zend\Exception +* @uses \Exception * @category Zend * @package Zend_Feed * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) diff --git a/src/Writer/Exception/InvalidMethodException.php b/src/Writer/Exception/InvalidMethodException.php index 30d28dc3..3e581735 100644 --- a/src/Writer/Exception/InvalidMethodException.php +++ b/src/Writer/Exception/InvalidMethodException.php @@ -38,5 +38,5 @@ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class InvalidMethodException extends \Zend\Exception +class InvalidMethodException extends \Exception {} diff --git a/src/Writer/InvalidMethodException.php b/src/Writer/InvalidMethodException.php index f6c6faa2..e0249e30 100644 --- a/src/Writer/InvalidMethodException.php +++ b/src/Writer/InvalidMethodException.php @@ -29,11 +29,11 @@ * * Class to represent exceptions that occur during Feed operations. * - * @uses \Zend\Exception + * @uses \Exception * @category Zend * @package Zend_Feed * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class InvalidMethodException extends \Zend\Exception +class InvalidMethodException extends \Exception {}