. */ #namespace Doctrine::ORM::Exceptions; /** * Doctrine_Exception * * @package Doctrine * @subpackage Exception * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.phpdoctrine.org * @since 1.0 * @version $Revision: 4776 $ * @author Konsta Vesterinen * @author Roman Borschel */ class Doctrine_ORM_Exceptions_ORMException extends Doctrine_Common_Exceptions_DoctrineException {}