Commit c806bdfa by 杨昕

异常处理

parent 06203c17
Pipeline #10243 passed with stages
in 1 minute 8 seconds
......@@ -56,9 +56,9 @@ class Handler extends ExceptionHandler
$path = $request->path();
var_dump($exception->getMessage());
var_dump($exception->getFile());
var_dump($exception->getLine());die;
// var_dump($exception->getMessage());
// var_dump($exception->getFile());
// var_dump($exception->getLine());die;
#检测当前请求是否是api路由
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment