quickie.errors.Stop

exception quickie.errors.Stop(message: str | None = None, exit_code: int = 0)

Raised when execution should stop.

Stop exceptions are caught by the CLI such that the process exits cleanly. So this is useful for gracefully stopping execution.