<?php




namespace ln\exceptions;


use think\exception\HttpResponseException;
use think\exception\ValidateException;
use think\Response;

class WechatException extends ValidateException
{
}