about summary refs log blame commit diff
path: root/IrcStates/ServerException.cs
blob: 7164e763a9f8ca18c0d7fd05bd5bbd2b68cda94f (plain) (tree)
1
2
3
4
5
6
7
8





                                            

     
using System;

namespace IrcStates
{
    public class ServerException : Exception
    {
    }
}