Merge pull request #445 from ECE2/patch-1

Update exception-handler.md
This commit is contained in:
黄朝晖 2019-08-23 18:11:19 +08:00 committed by GitHub
commit 9058caa852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ class FooExceptionHandler extends ExceptionHandler
}
// 交给下一个异常处理器
return $respose;
return $response;
// 或者不做处理直接屏蔽异常
}