quickie.errors.TaskNotFoundError

exception quickie.errors.TaskNotFoundError(task_name: str, *, candidates: Sequence[str] | None = None)

Raised when a task is not found.

Variables:

exit_code127 — mirrors the POSIX shell convention for “command not found”.