diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index d684d48..b078432 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -24,7 +24,6 @@ /** * @category Zend * @package Zend_Text - * @subpackage Exception * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ diff --git a/src/Exception/OutOfBoundsException.php b/src/Exception/OutOfBoundsException.php new file mode 100644 index 0000000..51f5634 --- /dev/null +++ b/src/Exception/OutOfBoundsException.php @@ -0,0 +1,10 @@ +