MCPcopy Create free account
hub / github.com/BuddySirJava/SSH-Studio / _show_error

Method _show_error

src/main.py:315–317  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

313 dialog.present()
314
315 def _show_error(self, message: str):
316 logging.error(f"Application Error: {message}")
317 self._show_error_dialog(_("Error"), message)
318
319 def _show_toast(self, message: str):
320 logging.info(f"Toast: {message}")

Callers

nothing calls this directly

Calls 1

_show_error_dialogMethod · 0.95

Tested by

no test coverage detected