新增微信响应错误

This commit is contained in:
JaguarJack 2020-06-21 13:23:43 +08:00
parent c624dc1777
commit 7b0aa49c21

View File

@ -7,4 +7,12 @@
* @author JaguarJack <njphper@gmail.com>
* @copyright By CatchAdmin
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
*/
*/
namespace catcher\exceptions;
use catcher\Code;
class WechatResponseException extends CatchException
{
protected $code = Code::WECHAT_RESPONSE_ERROR;
}