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