1. sfCommandException.class.php
  2. /** * sfCommandException is thrown when an error occurs in a task. * * @package symfony * @subpackage exception * @author Fabien Potencier * @version SVN: $Id: sfCommandException.class.php 4743 2007-07-30 10:21:06Z fabien $ */
  3. class sfCommandException extends sfException
  4. {
  5. }

Debug toolbar