MCPcopy Create free account
hub / github.com/apache/impala / ConfigFileFormatError

Class ConfigFileFormatError

shell/impala_shell/option_parser.py:42–44  ·  view source on GitHub ↗

Raised when the config file cannot be read by ConfigParser.

Source from the content-addressed store, hash-verified

40
41
42class ConfigFileFormatError(Exception):
43 """Raised when the config file cannot be read by ConfigParser."""
44 pass
45
46
47class InvalidOptionValueError(Exception):

Callers 1

get_config_from_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected