about summary refs log tree commit diff
path: root/IrcStates/ServerException.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-28 00:35:52 -0400
committerBen Harris <ben@tilde.team>2020-04-28 00:35:52 -0400
commit80afa2c0aec37b7f98cc22615417c36672e695da (patch)
tree63ca3e309a5daa5093e54bdfdb493115c7a3d942 /IrcStates/ServerException.cs
parent933a4f85604e21445c9bac8272d64cf3e6f65e00 (diff)
tidy up, work on stateful
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
+    {
+
+    }
+}