diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 10d80380191..59c585dc134 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -31,6 +31,8 @@ class Handler extends ExceptionHandler * * @param \Throwable $exception * @return void + * + * @throws \Exception */ public function report(Throwable $exception) { @@ -42,7 +44,9 @@ public function report(Throwable $exception) * * @param \Illuminate\Http\Request $request * @param \Throwable $exception - * @return \Illuminate\Http\Response + * @return \Symfony\Component\HttpFoundation\Response + * + * @throws \Throwable */ public function render($request, Throwable $exception) {