addThrowable() public method

Adds an exception to be profiled in the debug bar
public addThrowable ( Exception $e )
$e Exception
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: tanteng/tanteng.me
 /**
  * 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);
 }