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

exception zelfred.exc.TerminalTooSmallError[source]#

Raises to indicate that the terminal size is too small to render the UI.

exception zelfred.exc.NoItemToSelectError[source]#

todo: doc string here