From da9b83d5079649e053f15e9e5b79eaf4a135c182 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 19 Feb 2023 20:35:54 +1100 Subject: [PATCH] Update exclusion exception array --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 9e258dbb19f2..f3a086967f7c 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -63,6 +63,7 @@ class Handler extends ExceptionHandler Symfony\Component\Process\Exception\RuntimeException::class, InvalidArgumentException::class, RuntimeException::class, + Aws\Exception\CredentialsException::class, ]; protected $hostedDontReport = [