7 lines
182 B
C#
7 lines
182 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YErrorResponse : Exception
|
|
{
|
|
public YInvocationInfo InvocationInfo { get; set; }
|
|
public YError Error { get; set; }
|
|
} |