From 7b0aa49c21dfcd9ef2439e2b6218fa5e0c23e2b4 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sun, 21 Jun 2020 13:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/exceptions/WechatResponseException.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/extend/catcher/exceptions/WechatResponseException.php b/extend/catcher/exceptions/WechatResponseException.php index 5774f3c..8bb4f5c 100644 --- a/extend/catcher/exceptions/WechatResponseException.php +++ b/extend/catcher/exceptions/WechatResponseException.php @@ -7,4 +7,12 @@ * @author JaguarJack * @copyright By CatchAdmin * @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt - */ \ No newline at end of file + */ +namespace catcher\exceptions; + +use catcher\Code; + +class WechatResponseException extends CatchException +{ + protected $code = Code::WECHAT_RESPONSE_ERROR; +} \ No newline at end of file