diff --git a/Doctrine/Exception.php b/Doctrine/Exception.php index fb65e0518..6c3d79e9c 100644 --- a/Doctrine/Exception.php +++ b/Doctrine/Exception.php @@ -1,6 +1,29 @@ . + */ -class Doctrine_Exception extends Exception { } -class DQLException extends Doctrine_Exception { } -class InvalidKeyException extends Doctrine_Exception { } -class InvalidTypeException extends Doctrine_Exception { } \ No newline at end of file +/** + * Doctrine_Exception + * + * @package Doctrine ORM + * @url www.phpdoctrine.com + * @license LGPL + */ +class Doctrine_Exception extends Exception { }