Errors ConfigAttributeError Bases: Exception Proxy exception for Attribute Errors inside the MDTC Singleton. Source code in mdtc/errors.py 6 7class 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 10 11class 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 14 15class FrozenConfigException(Exception): """Proxy exception for immutablility raises."""