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, 0 insertions, 8 deletions
diff --git a/IrcStates/ServerException.cs b/IrcStates/ServerException.cs
deleted file mode 100644
index 7164e76..0000000
--- a/IrcStates/ServerException.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace IrcStates
-{
-    public class ServerException : Exception
-    {
-    }
-}