An attempt was made to use a feature that is not supported by the selected protocol version. See :attr:`Cluster.protocol_version` for more details.
| 712 | |
| 713 | |
| 714 | class UnsupportedOperation(DriverException): |
| 715 | """ |
| 716 | An attempt was made to use a feature that is not supported by the |
| 717 | selected protocol version. See :attr:`Cluster.protocol_version` |
| 718 | for more details. |
| 719 | """ |
| 720 | pass |
| 721 | |
| 722 | |
| 723 | class UnresolvableContactPoints(DriverException): |
no outgoing calls
no test coverage detected