ircsharp/IrcStates/ServerException.cs

9 lines
99 B
C#

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