ParseException

Thrown when a syntax error is encounterd while parsing.

Constructors

this
this(string msg, string file, size_t line)
Undocumented in source.
this
this(Location location, string msg, string file, size_t line)
Undocumented in source.

Members

Variables

hasLocation
bool hasLocation;
Undocumented in source.
location
Location location;
Undocumented in source.

Meta