Browse Source

修复正常错误也记录日志

sandm 2 years ago
parent
commit
9ba07c6995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

@@ -14,7 +14,7 @@ class Handler extends ExceptionHandler
      * @var array
      * @var array
      */
      */
     protected $dontReport = [
     protected $dontReport = [
-        //
+        ResponseException::class
     ];
     ];
 
 
     /**
     /**