ircsharp/IrcStates/ServerException.cs
Ben Harris 2c4e412c18
Some checks failed
continuous-integration/drone/push Build is failing
Add more tests, ran resharper formatting tool
2020-05-05 21:21:59 -04:00

9 lines
99 B
C#

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