1. sfParseException.class.php
  2. /** * sfParseException is thrown when a parsing procedure fails to complete * successfully. * * @package symfony * @subpackage exception * @author Fabien Potencier * @author Sean Kerr * @version SVN: $Id: sfParseException.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */
  3. class sfParseException extends sfException
  4. {
  5. }

Debug toolbar