Example #1
0
 /**
  * Sets whether to catch exceptions or not during commands execution.
  *
  * @param bool $boolean Whether to catch exceptions or not during commands execution
  * @api 
  * @static 
  */
 public static function setCatchExceptions($boolean)
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::setCatchExceptions($boolean);
 }