exc#
Zelfred project related Exceptions.
- exception zelfred.exc.EndOfInputError(selection: Any, message: str = 'End of input', *args)[source]#
Raises to indicate the UI should exit.
- exception zelfred.exc.JumpOutSessionError[source]#
Raises to indicate that the UI should quit the current session (e.g. current handler) and jump out to the previous session (e.g. previous handler).
- zelfred.exc.JumpOutLoopError#
alias of
JumpOutSessionError