using System; namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Exceptions { public class WechatTenpayResponseVerificationException : WechatTenpayException { /// internal WechatTenpayResponseVerificationException() { } /// internal WechatTenpayResponseVerificationException(string message) : base(message) { } /// internal WechatTenpayResponseVerificationException(string message, Exception innerException) : base(message, innerException) { } } }