新增微信响应错误
This commit is contained in:
parent
c624dc1777
commit
7b0aa49c21
@ -8,3 +8,11 @@
|
||||
* @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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user