CfParseException.this
this
(string msg, Location loc = Location.init, string file = __FILE__, size_t line = __LINE__) @safe pureConstructs a CfParseException with the given message and location.
Parameters
msg | Error message describing the parse error |
loc | Source location where the error occurred |
file | Source file (for D's exception chaining) |
line | Source line (for D's exception chaining) |