addException() public method

Adds an exception to be profiled in the debug bar
Deprecation: in favor of addThrowable
public addException ( Exception $e )
$e Exception
コード例 #1
0
 /**
  * Adds an exception to be profiled in the debug bar
  *
  * @param \Barryvdh\Debugbar\Exception $e
  * @static 
  */
 public static function addException($e)
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::addException($e);
 }