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