Skip to content

Errors

ConfigAttributeError

Bases: Exception

Proxy exception for Attribute Errors inside the MDTC Singleton.

Source code in mdtc/errors.py
class ConfigAttributeError(Exception):
    """Proxy exception for Attribute Errors inside the MDTC Singleton."""

ConfigKeyNotFoundError

Bases: Exception

Proxy exception for config object Key Errors inside the MDTC Singleton.

Source code in mdtc/errors.py
class ConfigKeyNotFoundError(Exception):
    """Proxy exception for config object Key Errors inside the MDTC Singleton."""

FrozenConfigException

Bases: Exception

Proxy exception for immutablility raises.

Source code in mdtc/errors.py
class FrozenConfigException(Exception):
    """Proxy exception for immutablility raises."""