ソースを参照

修复正常错误也记录日志

sandm 2 年 前
コミット
9ba07c6995
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

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