Update exclusion exception array

This commit is contained in:
David Bomba 2023-02-19 20:35:54 +11:00
parent 0baa2c09e0
commit da9b83d507

View File

@ -63,6 +63,7 @@ class Handler extends ExceptionHandler
Symfony\Component\Process\Exception\RuntimeException::class,
InvalidArgumentException::class,
RuntimeException::class,
Aws\Exception\CredentialsException::class,
];
protected $hostedDontReport = [