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

namespace IrcStates
{
    public class ServerDisconnectedException : Exception
    {
    }
}