Example #1
0
 /**
  * Start the exception handling for the request.
  *
  * @return void 
  * @static 
  */
 public static function startExceptionHandling()
 {
     \Illuminate\Foundation\Application::startExceptionHandling();
 }