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