dirk v0.1.1 (2015-08-27T14:43:42Z)
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