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