<?php
namespace crmeb\exceptions;
use think\exception\HttpResponseException;
use think\exception\ValidateException;
use think\Response;
class WechatException extends ValidateException
{
}