Communication did not match the protocol that this driver expects.
| 437 | |
| 438 | |
| 439 | class ProtocolError(Exception): |
| 440 | """ |
| 441 | Communication did not match the protocol that this driver expects. |
| 442 | """ |
| 443 | pass |
| 444 | |
| 445 | |
| 446 | class CrcMismatchException(ConnectionException): |
no outgoing calls
no test coverage detected