8 lines
180 B
C#
8 lines
180 B
C#
namespace TwitchChatTTS.Seven.Socket.Data
|
|
{
|
|
public class ErrorMessage
|
|
{
|
|
public Exception Exception { get; set; }
|
|
public string Message { get; set; }
|
|
}
|
|
} |