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

                
                   


                                            

     
using System;

namespace IRCStates
{
    public class ServerException : Exception
    {
    }
}