XMLTextParsingException

Parses text from XML/ETML

See "ETML.md" for info.

Constraints: * Due to the poor documentation of the replacement XML libraries, I have to use Phobos's own and outdated library. * <text> chunks are mandatory with ID. * Certain functions may not be fully implemented.

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