"""Miscellaneous Exceptions and Errors.""" class MissingConfigKeyError(RuntimeError): """Raised when an expected appconfig key-value pair is not found.""" pass