newxml v0.2.1 (2022-09-11T09:11:47Z)
Dub
Repo
ParserException
newxml
parser
Undocumented in source.
class
ParserException :
XMLException
{
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
newxml
parser
classes
ParserException
functions
chooseParser
parser
structs
Parser