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