From 80afa2c0aec37b7f98cc22615417c36672e695da Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 28 Apr 2020 00:35:52 -0400 Subject: tidy up, work on stateful --- IrcStates/ServerException.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 IrcStates/ServerException.cs (limited to 'IrcStates/ServerException.cs') 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 + { + + } +} -- cgit 1.4.1