ircsharp/IRCStates/ServerException.cs

9 lines
99 B
C#

using System;
namespace IRCStates
{
public class ServerException : Exception
{
}
}