Raised when a handshake request or response is malformed.
| 236 | |
| 237 | |
| 238 | class InvalidMessage(InvalidHandshake): |
| 239 | """ |
| 240 | Raised when a handshake request or response is malformed. |
| 241 | |
| 242 | """ |
| 243 | |
| 244 | |
| 245 | class InvalidStatus(InvalidHandshake): |
no outgoing calls
searching dependent graphs…