新增微信响应错误
This commit is contained in:
parent
c624dc1777
commit
7b0aa49c21
@ -7,4 +7,12 @@
|
|||||||
* @author JaguarJack <njphper@gmail.com>
|
* @author JaguarJack <njphper@gmail.com>
|
||||||
* @copyright By CatchAdmin
|
* @copyright By CatchAdmin
|
||||||
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
* @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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user