mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
style(tenpayv3): clean code
This commit is contained in:
@@ -10,13 +10,13 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Exceptions
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
internal WechatTenpayRequestEncryptionException(string message)
|
||||
internal WechatTenpayRequestEncryptionException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
internal WechatTenpayRequestEncryptionException(string message, Exception innerException)
|
||||
internal WechatTenpayRequestEncryptionException(string message, Exception innerException)
|
||||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user