CRC mismatch error. TODO: here to avoid import cycles with cassandra.connection. In the next major, the exceptions should be declared in a separated exceptions.py file.
| 28 | |
| 29 | |
| 30 | class CrcException(Exception): |
| 31 | """ |
| 32 | CRC mismatch error. |
| 33 | |
| 34 | TODO: here to avoid import cycles with cassandra.connection. In the next |
| 35 | major, the exceptions should be declared in a separated exceptions.py |
| 36 | file. |
| 37 | """ |
| 38 | pass |
| 39 | |
| 40 | |
| 41 | def compute_crc24(data, length): |
no outgoing calls
no test coverage detected