exceptions

Exceptions

ConfigError

Common base class for all non-exit exceptions.

UnregisteredOption

Common base class for all non-exit exceptions.

UnregisteredGroup

Common base class for all non-exit exceptions.

DuplicateOptionError

Common base class for all non-exit exceptions.

ValueNotFound

Common base class for all non-exit exceptions.

Module Contents

exception exceptions.ConfigError(message)

Bases: Exception

Common base class for all non-exit exceptions.

message
__str__()

Return str(self).

exception exceptions.UnregisteredOption(message)

Bases: ConfigError

Common base class for all non-exit exceptions.

__str__()

Return str(self).

exception exceptions.UnregisteredGroup(message)

Bases: ConfigError

Common base class for all non-exit exceptions.

__str__()

Return str(self).

exception exceptions.DuplicateOptionError(message)

Bases: ConfigError

Common base class for all non-exit exceptions.

__str__()

Return str(self).

exception exceptions.ValueNotFound(message)

Bases: ConfigError

Common base class for all non-exit exceptions.

__str__()

Return str(self).