about summary refs log tree commit diff
path: root/IRCStates/ServerException.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-14 23:06:10 -0400
committerBen Harris <ben@tilde.team>2020-05-14 23:17:47 -0400
commit21f1e95fb8e935134a969bc3d729964d8d2aadfa (patch)
treedb2be27e9b5ac48e19f92b56cbad68ab59f7099e /IRCStates/ServerException.cs
parent304df7805b9925c2edd992fd4177eef80197f807 (diff)
rename Irc to IRC
Diffstat (limited to 'IRCStates/ServerException.cs')
-rw-r--r--IRCStates/ServerException.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/IRCStates/ServerException.cs b/IRCStates/ServerException.cs
new file mode 100644
index 0000000..0f44a88
--- /dev/null
+++ b/IRCStates/ServerException.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace IRCStates
+{
+    public class ServerException : Exception
+    {
+    }
+}