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.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/IrcStates/ServerException.cs b/IrcStates/ServerException.cs
new file mode 100644
index 0000000..328b141
--- /dev/null
+++ b/IrcStates/ServerException.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace IrcStates
+{
+    public class ServerException : Exception
+    {
+
+    }
+}