Skip to content

Commit 89ed058

Browse files
authored
Update README.md
1 parent 18490ae commit 89ed058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ $logger->pushHandler(new \Monolog\Handler\StreamHandler(__DIR__."/test.log"));
3838
$errorHandler->setLogger($logger);
3939
```
4040

41-
# 要求
42-
应用代码中对于应用异常处理需要通过 try/catch 代码块来捕获,否则异常会被 php-errors 捕获并记录到日志中。
41+
# 建议   
42+
应用代码中对于应用异常处理应通过 try/catch 代码块来捕获,否则异常会被 php-errors 捕获并记录到日志中。

0 commit comments

Comments
 (0)