WechatException.php 266 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * @package merchant
  4. *
  5. * @author xaboy
  6. * @day 2020-04-20
  7. *
  8. *
  9. */
  10. namespace crmeb\exceptions;
  11. use think\exception\HttpResponseException;
  12. use think\exception\ValidateException;
  13. use think\Response;
  14. class WechatException extends ValidateException
  15. {
  16. }