Update exclusion exception array
This commit is contained in:
parent
0baa2c09e0
commit
da9b83d507
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class Handler extends ExceptionHandler
|
|||
Symfony\Component\Process\Exception\RuntimeException::class,
|
||||
InvalidArgumentException::class,
|
||||
RuntimeException::class,
|
||||
Aws\Exception\CredentialsException::class,
|
||||
];
|
||||
|
||||
protected $hostedDontReport = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue