about summary refs log tree commit diff
path: root/IRCStates/ServerDisconnectedException.cs
blob: 4d0bab624d791382687ab55dead226b32e1c9304 (plain) (blame)
1
2
3
4
5
6
7
8
using System;

namespace IRCStates
{
    public class ServerDisconnectedException : Exception
    {
    }
}