Raised when a connection has been marked as defunct or has been closed.
| 412 | |
| 413 | |
| 414 | class ConnectionShutdown(ConnectionException): |
| 415 | """ |
| 416 | Raised when a connection has been marked as defunct or has been closed. |
| 417 | """ |
| 418 | pass |
| 419 | |
| 420 | |
| 421 | class ProtocolVersionUnsupported(ConnectionException): |
no outgoing calls
no test coverage detected