ConfigException

ConfigException

Exception thrown whenever an error happened while parsing / using the configuration, such as getStrict on a missing field

class ConfigException : Exception {}

Members

Mixins

__anonymous
mixin DefaultExceptionCtor
Undocumented in source.

Mixed In Members

From mixin DefaultExceptionCtor

ocean.meta.types.Qualifiers
public import ocean.meta.types.Qualifiers;
Undocumented in source.
this
this(istring msg, istring file, typeof(__LINE__) line)
Undocumented in source.

Meta