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 = [