mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
Revert 78b0743^...78b0743 on 错误处理
parent
78b074392d
commit
387c53d33b
8
错误处理.md
8
错误处理.md
@ -8,6 +8,13 @@
|
||||
});
|
||||
```
|
||||
|
||||
<<<<<<< HEAD
|
||||
这里的回调函数的第一个参数为继承自 [`Exception`](http://php.net/manual/zh/class.exception.php) 的异常类,名称为 `Overtrue\Wechat\Exception`,所以你可以使用 `Exception` 类的所有方法。
|
||||
|
||||
- `$error->getCode()` 错误码,ex: `40001`
|
||||
- `$error->getMessage()` 错误消息
|
||||
- `$error->getLine()` 错误行
|
||||
=======
|
||||
这里的回调函数的第一个参数为继承自 `[Exception](http://php.net/manual/zh/class.exception.php)` 的异常类,所以你可以使用 [Exception](http://php.net/manual/zh/class.exception.php) 的所有方法。
|
||||
|
||||
- `$exception->getCode()` 错误码,ex: `40001`
|
||||
@ -16,5 +23,6 @@
|
||||
|
||||
[PHP 错误处理](http://php.net/manual/zh/book.errorfunc.php)
|
||||
[PHP 异常类](http://php.net/manual/zh/class.exception.php)
|
||||
>>>>>>> origin/develop
|
||||
|
||||
当请求微信服务器失败或者返回错误时同样会触发此逻辑,错误代码请参考:http://mp.weixin.qq.com/wiki/17/fa4e1434e57290788bde25603fa2fcbd.html
|
Loading…
Reference in New Issue
Block a user