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.
render
1 parent 618df9a commit d9c857dCopy full SHA for d9c857d
βsrc/Roots/Acorn/Exceptions/Handler.phpβ
@@ -8,25 +8,6 @@
8
9
class Handler extends FoundationHandler
10
{
11
- /**
12
- * Render an exception into an HTTP response.
13
- *
14
- * @param \Illuminate\Http\Request $request
15
- * @return \Symfony\Component\HttpFoundation\Response
16
17
- * @throws \Throwable
18
- */
19
- public function render($request, Throwable $e)
20
- {
21
- if ($e instanceof Responsable) {
22
- return $e->toResponse($request);
23
- }
24
-
25
- $e = $this->prepareException($this->mapException($e));
26
27
- return $this->prepareResponse($request, $e);
28
29
30
/**
31
* Get the default context variables for logging.
32
*
0 commit comments