Add some error handling

This commit is contained in:
Alexey Golub
2017-09-28 21:36:17 +03:00
parent f2178a0445
commit 8afe9852fb
11 changed files with 165 additions and 34 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace DiscordChatExporter.Exceptions
{
public class UnathorizedException : Exception
{
}
}