"""Storage parsers specific exceptions.""" class MissingConfigError(Exception): """Raised when a variable is not set in configuration."""