From 85daff9c968a2cdeca742ab021222175a653b13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 13 Mar 2015 11:26:20 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 错误处理.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/错误处理.md b/错误处理.md index d7c84ef..1e5dbce 100644 --- a/错误处理.md +++ b/错误处理.md @@ -6,10 +6,10 @@ }); ``` -这里的回调函数的第一个参数为继承自Exception的异常类,所以你可以使用Exception的所有方法。 +这里的回调函数的第一个参数为继承自 [`Exception`](http://php.net/manual/zh/class.exception.php) 的异常类,所以你可以使用 `Exception` 类的所有方法。 - `$error->getCode()` 错误码,ex: `40001` - `$error->getMessage()` 错误消息 -- `$error->getLine()` 错误行(当然这个没啥意义) +- `$error->getLine()` 错误行 当请求微信服务器失败或者返回错误时同样会触发此逻辑,错误代码请参考:http://mp.weixin.qq.com/wiki/17/fa4e1434e57290788bde25603fa2fcbd.html \ No newline at end of file