Skip to content

Commit

Permalink
full trace for http errors (#36219)
Browse files Browse the repository at this point in the history
  • Loading branch information
miso93 authored Feb 11, 2021
1 parent 13032b9 commit 5ab3464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function render($request, Throwable $e)

if ($e instanceof NotFoundHttpException) {
throw new NotFoundHttpException(
"{$request->method()} {$request->url()}", null, $e->getCode()
"{$request->method()} {$request->url()}", $e, $e->getCode()
);
}

Expand Down

0 comments on commit 5ab3464

Please sign in to comment.