style(work): clean code

This commit is contained in:
Fu Diwei
2022-01-13 17:05:54 +08:00
parent ef508c1f92
commit 187ca3e8a9
733 changed files with 1458 additions and 3393 deletions

View File

@@ -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)
{
}