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








                                                        
using System;

namespace IrcStates
{
    public class ServerDisconnectedException : Exception
    {

    }
}