Exceptions - vcspull.exc¶
Exceptions for vcspull.
-
exception vcspull.exc.MultipleConfigWarning¶
Bases:
VCSPullExceptionMultiple eligible config files found at the same time.
-
exception vcspull.exc.WorktreeError¶
Bases:
VCSPullExceptionBase exception for worktree operations.
-
exception vcspull.exc.WorktreeConfigError¶
Bases:
WorktreeErrorInvalid worktree configuration.
-
exception vcspull.exc.WorktreeRefNotFoundError¶
Bases:
WorktreeErrorReference (tag, branch, or commit) not found in repository.
-
exception vcspull.exc.WorktreeDirtyError¶
Bases:
WorktreeErrorWorktree has uncommitted changes and cannot be modified.