Ligare.programming.config.exceptions

Exceptions raised by the configuration system.

Exceptions

ConfigBuilderStateError

The config builder has not been configured correctly.

ConfigInvalidError

A configuration class failed to instantiate with a given configuration input.

InvalidConfigNameError

The class name used as a configuration type is invalid.

NotEndsWithConfigError

The name must end with Config.

exception Ligare.programming.config.exceptions.ConfigBuilderStateError[source]

The config builder has not been configured correctly.

exception Ligare.programming.config.exceptions.ConfigInvalidError[source]

A configuration class failed to instantiate with a given configuration input.

exception Ligare.programming.config.exceptions.InvalidConfigNameError[source]

The class name used as a configuration type is invalid.

exception Ligare.programming.config.exceptions.NotEndsWithConfigError[source]

The name must end with Config.