addThrowable() 공개 메소드

Adds an exception to be profiled in the debug bar
public addThrowable ( Exception $e )
$e Exception
예제 #1
0
 /**
  * Adds an exception to be profiled in the debug bar
  *
  * @param \Exception $e
  * @static 
  */
 public static function addThrowable($e)
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::addThrowable($e);
 }