. */ Doctrine::autoload('Doctrine_Exception'); /** * @package Doctrine * @url http://www.phpdoctrine.com * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @author Jukka Hassinen * @version $Id: Exception.php 1080 2007-02-10 18:17:08Z romanb $ */ /** * class Doctrine_Schema_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: 1080 $ * @author Konsta Vesterinen */ class Doctrine_Schema_Exception extends Exception { }