ConfigFileException

Thrown if an error while handling config file occurs.

Constructors

this
this(string msg, Throwable next, string file, size_t line)
this
this(string msg, string configKey, Json configValue, string file, size_t line, Throwable next)
this
this(string msg, string configKey, Json configValue, Throwable next, string file, size_t line)

Members

Variables

configKey
string configKey;
Undocumented in source.
configValue
Json configValue;
Undocumented in source.

Meta