Skip to content

Commit

Permalink
Merge pull request #1 from miso93/miso93-patch-1
Browse files Browse the repository at this point in the history
full trace for http errors
  • Loading branch information
miso93 authored Feb 10, 2021
2 parents fe72373 + b9be852 commit 372baba
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 372baba

Please sign in to comment.