InvalidConfigInput

Exception thrown when invalid input is met during parsing

Constructors

this
this(string input, string errorMsg)
Undocumented in source.

Members

Variables

errorMsg
string errorMsg;

error message, which differ from msg. msg is composed of input and errorMsg

input
string input;

actual parsing input

Meta