mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-15 08:39:36 +02:00
Add some error handling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace DiscordChatExporter.Exceptions
|
||||
{
|
||||
public class UnathorizedException : Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user