ConfigFileException

Thrown if an error while handling config file occurs.

Constructors

this
this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
this
this(string msg, Throwable next, string file = __FILE__, size_t line = __LINE__)
this
this(string msg, string configKey, Json configValue, string file = __FILE__, size_t line = __LINE__, Throwable next = null)
this
this(string msg, string configKey, Json configValue, Throwable next, string file = __FILE__, size_t line = __LINE__)

Meta