From dc5817bbf2552b48d93bde99688d56e99b7a7708 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 4 Sep 2020 10:39:28 +0200 Subject: [PATCH] Update Handler.php --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 59c585dc..5a53cd3b 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -32,7 +32,7 @@ class Handler extends ExceptionHandler * @param \Throwable $exception * @return void * - * @throws \Exception + * @throws \Throwable */ public function report(Throwable $exception) {