(self, exception: BaseException)
| 453 | pass |
| 454 | |
| 455 | def _error_message(self, exception: BaseException) -> str: |
| 456 | return format_error_message(self._host_error(), exception) |
| 457 | |
| 458 | def get_protocol(self): |
| 459 | return self.protocol |
no test coverage detected