Example #1
0
 /**
  * Render the given exception.
  *
  * @param \Exception $e
  * @param \Symfony\Component\Console\Output\OutputInterface $output
  * @return void 
  * @static 
  */
 public static function renderException($e, $output)
 {
     \Illuminate\Console\Application::renderException($e, $output);
 }