CfParseException.this

this(string msg, Location loc = Location.init, string file = __FILE__, size_t line = __LINE__) @safe pure

Constructs a CfParseException with the given message and location.

Parameters

msgError message describing the parse error
locSource location where the error occurred
fileSource file (for D's exception chaining)
lineSource line (for D's exception chaining)