(self, request)
| 176 | raise RuntimeError('Mismatched "clientAccessToken"; server not authorized.') |
| 177 | |
| 178 | def request(self, request): |
| 179 | raise request.isnt_valid( |
| 180 | "Requests from the debug server to the client are not allowed." |
| 181 | ) |
| 182 | |
| 183 | def event(self, event): |
| 184 | pass |
nothing calls this directly
no test coverage detected