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








                                            
using System;

namespace IrcStates
{
    public class ServerException : Exception
    {

    }
}