Jelajahi Sumber

修复正常错误也记录日志

sandm 3 tahun lalu
induk
melakukan
9ba07c6995
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
     ];
 
     /**