about summary refs log tree commit diff
path: root/IRCStates/ServerException.cs
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-05-15 16:12:20 -0400
committerBen Harris <ben@tilde.team>2020-05-15 16:12:20 -0400
commit589b64be0c27b6477ad41cff3fe93d8e8b7eff0c (patch)
tree7fb5a21ec651bd10da73e91fb9d8c6b9000d0fcd /IRCStates/ServerException.cs
parentd3600ce56816dbdb3fa5eae12fc6ad133e6e8712 (diff)
add nuget packaging metadata
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
-    {
-    }
-}