uniconf ~master (2022-03-25T09:02:41.197205)
Dub
Repo
UniConfException
uniconf
core
Thrown when an unhandled type is encountered.
class
UniConfException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
common constructor
Meta
Source
See Implementation
uniconf
core
aliases
ConfigLoader
ConfigReader
UniConf
enforceUniConf
classes
UniConfException
functions
loadConfig
registerConfigLoader
setConfigReader
Thrown when an unhandled type is encountered.