From e2fe16dca8c0a5d70c05600068e644e24b921080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 21 Oct 2015 17:43:41 +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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/错误处理.md b/错误处理.md index c2fe59f..48416a8 100644 --- a/错误处理.md +++ b/错误处理.md @@ -8,21 +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` - `$exception->getMessage()` 错误消息 - `$exception->getLine()` 错误行(当然这个没啥意义) [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 \ No newline at end of file