CfException.this

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

Constructs a CfException with the given message and location.

Parameters

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