about summary refs log tree commit diff
path: root/IRCStates/ServerException.cs
diff options
context:
space:
mode:
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 0f44a88..0000000
--- a/IRCStates/ServerException.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace IRCStates
-{
-    public class ServerException : Exception
-    {
-    }
-}