An error caused by invalid query input.
| 227 | |
| 228 | |
| 229 | class DataError(InterfaceError, ValueError): |
| 230 | """An error caused by invalid query input.""" |
| 231 | |
| 232 | |
| 233 | class UnsupportedClientFeatureError(InterfaceError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…