feat: suppress InterceptResponseException logging to reduce noise

This commit is contained in:
xboard 2025-01-26 11:59:32 +08:00
parent c7dd798af3
commit 76d824c16c

View File

@ -19,7 +19,8 @@ class Handler extends ExceptionHandler
* @var array * @var array
*/ */
protected $dontReport = [ protected $dontReport = [
ApiException::class ApiException::class,
InterceptResponseException::class
]; ];
/** /**