Skip to content

Commit dc5817b

Browse files
authored
Update Handler.php
1 parent 2c69ec9 commit dc5817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Handler extends ExceptionHandler
3232
* @param \Throwable $exception
3333
* @return void
3434
*
35-
* @throws \Exception
35+
* @throws \Throwable
3636
*/
3737
public function report(Throwable $exception)
3838
{

0 commit comments

Comments
 (0)