. */ #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 { }