WechatException.php 191 B

123456789101112131415
  1. <?php
  2. namespace ln\exceptions;
  3. use think\exception\HttpResponseException;
  4. use think\exception\ValidateException;
  5. use think\Response;
  6. class WechatException extends ValidateException
  7. {
  8. }