TaurusExceptHookMessageBox
¶
-
class
TaurusExceptHookMessageBox
(hook_to=None, title=None, msg=None)[source]¶ Bases:
taurus.core.util.excepthook.BaseExceptHook
A callable class that acts as an excepthook that displays an unhandled exception in a
TaurusMessageBox
.Parameters: - hook_to (callable) – callable excepthook that will be called at the end of this hook handling [default: None]
- title – message box title [default: None meaning use exception value]
- msg – message box text [default: None meaning use exception]
-
MSG_BOX
= None¶