1. sfStopException.class.php
  2. /** * sfStopException is thrown when you want to stop action flow. * * @package symfony * @subpackage exception * @author Fabien Potencier * @version SVN: $Id: sfStopException.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $ */
  3. class sfStopException extends sfException
  4. {
  5. /**
  6. * Stops the current action.
  7. */
  8. public function printStackTrace()
  9. {
  10. }
  11. }

Debug toolbar