Raised when negotiating an extension or a subprotocol fails.
| 315 | |
| 316 | |
| 317 | class NegotiationError(InvalidHandshake): |
| 318 | """ |
| 319 | Raised when negotiating an extension or a subprotocol fails. |
| 320 | |
| 321 | """ |
| 322 | |
| 323 | |
| 324 | class DuplicateParameter(NegotiationError): |
no outgoing calls
searching dependent graphs…