feat: Added KuWo(酷我) Music lyrics source (incomplete).

This commit is contained in:
real-zony
2022-10-26 17:05:44 +08:00
parent 6b72f919b8
commit b7b1f36bf5
15 changed files with 219 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ namespace ZonyLrcTools.Common.Infrastructure.Exceptions
/// <param name="errorCode">错误码,参考 <see cref="ErrorCodes"/> 类的定义。</param>
/// <param name="message">错误信息。</param>
/// <param name="attachObj">附加的对象数据。</param>
public ErrorCodeException(int errorCode, string message = null, object attachObj = null) : base(message)
public ErrorCodeException(int errorCode, string? message = null, object attachObj = null) : base(message)
{
ErrorCode = errorCode;
AttachObject = attachObj;