configy.Exceptions

Definitions for Exceptions used by the config module.

Members

Classes

ConfigException
class ConfigException

Base exception type thrown by the config parser

ConfigExceptionImpl
class ConfigExceptionImpl

A configuration exception that is only a single message

ConstructionException
class ConstructionException

Wrap an user-thrown Exception that happened in a Converter/ctor/fromString

DurationTypeConfigException
class DurationTypeConfigException

Similar to a TypeConfigException, but specific to Duration

MissingKeyException
class MissingKeyException

Exception thrown when a required key is missing

TypeConfigException
class TypeConfigException

Exception thrown when the type of the YAML node does not match the D type

UnknownKeyConfigException
class UnknownKeyConfigException

Exception thrown when an unknown key is found in strict mode

Meta

License

MIT License. See LICENSE for details.