Exceptions - vcspull.exc¶
Exceptions for vcspull.
- exception vcspull.exc.VCSPullException[source]¶
Bases:
ExceptionStandard exception raised by vcspull.
- exception vcspull.exc.MultipleConfigWarning[source]¶
Bases:
VCSPullExceptionMultiple eligible config files found at the same time.
- message = 'Multiple configs found in home directory use only one. .yaml, .json.'¶
- exception vcspull.exc.WorktreeError[source]¶
Bases:
VCSPullExceptionBase exception for worktree operations.
- exception vcspull.exc.WorktreeConfigError[source]¶
Bases:
WorktreeErrorInvalid worktree configuration.
- exception vcspull.exc.WorktreeRefNotFoundError[source]¶
Bases:
WorktreeErrorReference (tag, branch, or commit) not found in repository.