mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-09 19:32:29 +00:00
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace DiscordChatExporter.Core.Models.Exceptions
|
||||
{
|
||||
public class DomainException : Exception
|
||||
{
|
||||
public DomainException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user