addThrowable() public method

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);
 }