diff --git a/lib/Doctrine/EntityManager/Exception.php b/lib/Doctrine/EntityManager/Exception.php index d39346e01..705a8dcbe 100644 --- a/lib/Doctrine/EntityManager/Exception.php +++ b/lib/Doctrine/EntityManager/Exception.php @@ -1,5 +1,38 @@ -. + */ +#namespace Doctrine::ORM; + +/** + * Doctrine_EntityManager_Exception + * + * @package Doctrine + * @subpackage Entity + * @author Konsta Vesterinen + * @author Roman Borschel + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @link www.phpdoctrine.org + * @since 2.0 + * @version $Revision$ + */ class Doctrine_EntityManager_Exception extends Doctrine_Exception { public static function invalidFlushMode() diff --git a/lib/Doctrine/EntityPersister/Exception.php b/lib/Doctrine/EntityPersister/Exception.php index d398e8eab..36965d7bc 100644 --- a/lib/Doctrine/EntityPersister/Exception.php +++ b/lib/Doctrine/EntityPersister/Exception.php @@ -1,6 +1,38 @@ . + */ + +#namespace Doctrine::ORM; + +/** + * Doctrine_EntityPersister_Exception + * + * @package Doctrine + * @subpackage Entity + * @author Konsta Vesterinen + * @author Roman Borschel + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @link www.phpdoctrine.org + * @since 2.0 + * @version $Revision$ + */ class Doctrine_EntityPersister_Exception extends Doctrine_Exception { - -} -?> \ No newline at end of file +} \ No newline at end of file