zilong 4 years ago
parent
commit
fe88ed8809
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
app/Exceptions/Handler.php

@@ -61,6 +61,6 @@ class Handler extends ExceptionHandler
             }
             }
         }
         }
 
 
-        return parent::render($request, $exception);
+        return out(null, 500, $exception->getMessage());
     }
     }
 }
 }