ircsharp/IrcStates/ServerException.cs

10 lines
100 B
C#

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