mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
feat: suppress InterceptResponseException logging to reduce noise
This commit is contained in:
@@ -19,7 +19,8 @@ class Handler extends ExceptionHandler
|
||||
* @var array
|
||||
*/
|
||||
protected $dontReport = [
|
||||
ApiException::class
|
||||
ApiException::class,
|
||||
InterceptResponseException::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user