mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
添加遗漏符号
parent
08f26094f5
commit
67a579b58b
2
错误处理.md
2
错误处理.md
@ -4,7 +4,7 @@
|
||||
|
||||
```php
|
||||
set_exception_handler(function($exception){
|
||||
error_log("code:" . $exception->getCode . ' exception: ' . $exception->getMessage());
|
||||
error_log("code:" . $exception->getCode() . ' exception: ' . $exception->getMessage());
|
||||
});
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user