(f, protocol_version)
| 368 | |
| 369 | @staticmethod |
| 370 | def recv_error_info(f, protocol_version): |
| 371 | # return the query ID |
| 372 | return read_binary_string(f) |
| 373 | |
| 374 | |
| 375 | class AlreadyExistsException(ConfigurationException): |
nothing calls this directly
no test coverage detected