dirk v0.1.0 (2015-04-18T07:50:27Z)
Home
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