. */ Doctrine::autoload('Doctrine_Exception'); /** * class Doctrine_Import_Exception * * @package Doctrine * @category Object Relational Mapping * @link www.phpdoctrine.com * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen */ class Doctrine_Import_Exception extends Doctrine_Exception { }