mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-01 04:33:41 +00:00
Add some error handling
This commit is contained in:
8
DiscordChatExporter/Exceptions/UnathorizedException.cs
Normal file
8
DiscordChatExporter/Exceptions/UnathorizedException.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace DiscordChatExporter.Exceptions
|
||||
{
|
||||
public class UnathorizedException : Exception
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user