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