We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18490ae commit 89ed058Copy full SHA for 89ed058
README.md
@@ -38,5 +38,5 @@ $logger->pushHandler(new \Monolog\Handler\StreamHandler(__DIR__."/test.log"));
38
$errorHandler->setLogger($logger);
39
```
40
41
-# 要求
42
-应用代码中对于应用异常处理需要通过 try/catch 代码块来捕获,否则异常会被 php-errors 捕获并记录到日志中。
+# 建议
+应用代码中对于应用异常处理应通过 try/catch 代码块来捕获,否则异常会被 php-errors 捕获并记录到日志中。
0 commit comments