There was an error while loading. Please reload this page.
1 parent 8cce05c commit a1b3a4eCopy full SHA for a1b3a4e
app/Exceptions/Handler.php
@@ -31,7 +31,8 @@ class Handler extends ExceptionHandler
31
*
32
* @param \Throwable $exception
33
* @return void
34
- * @throws \Throwable
+ *
35
+ * @throws \Exception
36
*/
37
public function report(Throwable $exception)
38
{
@@ -43,7 +44,8 @@ public function report(Throwable $exception)
43
44
45
* @param \Illuminate\Http\Request $request
46
- * @return \Illuminate\Http\Response
47
+ * @return \Symfony\Component\HttpFoundation\Response
48
49
* @throws \Throwable
50
51
public function render($request, Throwable $exception)
0 commit comments