Skip to content

Commit a1b3a4e

Browse files
committed
Update Handler.php
1 parent 8cce05c commit a1b3a4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/Exceptions/Handler.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class Handler extends ExceptionHandler
3131
*
3232
* @param \Throwable $exception
3333
* @return void
34-
* @throws \Throwable
34+
*
35+
* @throws \Exception
3536
*/
3637
public function report(Throwable $exception)
3738
{
@@ -43,7 +44,8 @@ public function report(Throwable $exception)
4344
*
4445
* @param \Illuminate\Http\Request $request
4546
* @param \Throwable $exception
46-
* @return \Illuminate\Http\Response
47+
* @return \Symfony\Component\HttpFoundation\Response
48+
*
4749
* @throws \Throwable
4850
*/
4951
public function render($request, Throwable $exception)

0 commit comments

Comments
 (0)