We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da60de8 commit 35acc54Copy full SHA for 35acc54
app/Exceptions/Handler.php
@@ -36,14 +36,7 @@ public function report(Exception $e)
36
*/
37
public function render($request, Exception $e)
38
{
39
- if ($this->isHttpException($e))
40
- {
41
- return $this->renderHttpException($e);
42
- }
43
- else
44
45
- return parent::render($request, $e);
46
+ return parent::render($request, $e);
47
}
48
49
0 commit comments