WebSocket exception class.
| 19 | |
| 20 | |
| 21 | class WebSocketException(Exception): |
| 22 | """ |
| 23 | WebSocket exception class. |
| 24 | """ |
| 25 | |
| 26 | pass |
| 27 | |
| 28 | |
| 29 | class WebSocketProtocolException(WebSocketException): |
no outgoing calls
no test coverage detected
searching dependent graphs…