mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-09 18:38:14 -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
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $dontReport = [
|
protected $dontReport = [
|
||||||
ApiException::class
|
ApiException::class,
|
||||||
|
InterceptResponseException::class
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user