mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
style(work): clean code
This commit is contained in:
@@ -13,13 +13,13 @@ namespace SKIT.FlurlHttpClient.Wechat.Work
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public WechatWorkException(string message)
|
||||
public WechatWorkException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public WechatWorkException(string message, Exception innerException)
|
||||
public WechatWorkException(string message, Exception innerException)
|
||||
: base(message, innerException)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user