ircsharp/IRCStates/ServerException.cs

9 lines
99 B
C#
Raw Normal View History

2020-04-28 04:35:52 +00:00
using System;
2020-05-15 03:06:10 +00:00
namespace IRCStates
2020-04-28 04:35:52 +00:00
{
public class ServerException : Exception
{
}
}