dirk ~master (2022-04-03T04:40:56.1703389)
Dub
Repo
IrcUrlException
irc
url
class
IrcUrlException : Exception {
size_t
location
;
this
(string msg, size_t location, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, size_t location, string file, size_t line, Throwable next)
Undocumented in source.
Members
Variables
location
size_t
location
;
Same as
ParseError.location
.
Meta
Source
See Implementation
irc
url
classes
IrcUrlException
functions
parse
tryParse
structs
ConnectionInfo
ParseError