dirk ~tracker (2022-05-03T18:49:33.3468071)
Dub
Repo
UnconnectedClientException
irc
exception
Thrown if an unconnected client was passed when a connected client was expected.
class
UnconnectedClientException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
irc
exception
classes
IrcParseErrorException
UnconnectedClientException
Thrown if an unconnected client was passed when a connected client was expected.