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