1. sfDatabaseException.class.php
  2. /** * sfDatabaseException is thrown when a database related error occurs. * * @package symfony * @subpackage exception * @author Fabien Potencier * @author Sean Kerr * @version SVN: $Id: sfDatabaseException.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */
  3. class sfDatabaseException extends sfException
  4. {
  5. }

Debug toolbar