mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-08 18:08:13 -05:00
feat: suppress InterceptResponseException logging to reduce noise
This commit is contained in:
parent
c7dd798af3
commit
76d824c16c
@ -19,7 +19,8 @@ class Handler extends ExceptionHandler
|
||||
* @var array
|
||||
*/
|
||||
protected $dontReport = [
|
||||
ApiException::class
|
||||
ApiException::class,
|
||||
InterceptResponseException::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user