CfLexerException.this

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

Constructs a CfLexerException with the given message and location.

Parameters

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