. */ Doctrine::autoload('Doctrine_Exception'); /** * Doctrine_Pager_Exception * * @author Guilherme Blanco * @package Doctrine * @subpackage Pager * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @version $Revision$ * @link www.phpdoctrine.com * @since 1.0 */ class Doctrine_Pager_Exception extends Doctrine_Exception { }