Example #1
0
 /**
  * Set the exception handler instance.
  *
  * @param \Illuminate\Exception\Handler $handler
  * @return $this 
  * @static 
  */
 public static function setExceptionHandler($handler)
 {
     return \Illuminate\Console\Application::setExceptionHandler($handler);
 }