Skip to content

Commit 7c83f36

Browse files
committed
fixed
1 parent 71423c3 commit 7c83f36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

phpzlc/error.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,14 @@ use PHPZlc\PHPZlc\Abnormal\Errors;
9595
```php
9696
Errors::clearError()
9797
```
98+
99+
8. 主动发送报错邮件提醒开发者
100+
101+
```php
102+
Errors::notificationError($msg);
103+
```
98104

105+
邮箱配置参照:[项目目录与架构](/phpzlc/skeleton.markdown)
99106

100107
## 详解 Class Error
101108

phpzlc/install.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ git push --set-upstream origin master
119119

120120
1. 开始
121121

122-
一切准备就绪之后,让我们可以正式开始吧,[项目目录与架构](/phpzlc/skeleton.markdown)
122+
一切准备就绪之后,让我们可以正式开始吧,[项目目录与架构](/phpzlc/exception.markdown#prod模式下报错信息邮箱通知功能启用)
123123

124124
2. Demo(示例项目-个人博客系统)
125125

0 commit comments

Comments
 (0)