An error caused by improper client configuration.
| 223 | |
| 224 | |
| 225 | class ClientConfigurationError(InterfaceError, ValueError): |
| 226 | """An error caused by improper client configuration.""" |
| 227 | |
| 228 | |
| 229 | class DataError(InterfaceError, ValueError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…