dirk ~master (2022-04-03T04:40:56.1703389)
Dub
Repo
IrcErrorException
irc
client
Thrown if the server sends an error message to the client.
class
IrcErrorException : Exception {
IrcClient
client
;
this
(IrcClient client, string message, string file, size_t line);
this
(IrcClient client, string message, Exception cause, string file, size_t line);
}
Constructors
this
this
(IrcClient client, string message, string file, size_t line)
Undocumented in source.
this
this
(IrcClient client, string message, Exception cause, string file, size_t line)
Undocumented in source.
Members
Variables
client
IrcClient
client
;
Undocumented in source.
Meta
Source
See Implementation
irc
client
classes
IrcClient
IrcErrorException
functions
unsubscribeHandler
Thrown if the server sends an error message to the client.