Exceptions - vcspull.exc

Exceptions for vcspull.

exception vcspull.exc.VCSPullException
exception[source]
exception[source]
exception vcspull.exc.VCSPullException

Bases: Exception

Standard exception raised by vcspull.

exception vcspull.exc.MultipleConfigWarning
exception[source]
exception[source]
exception vcspull.exc.MultipleConfigWarning

Bases: VCSPullException

Multiple eligible config files found at the same time.

exception vcspull.exc.WorktreeError
exception[source]
exception[source]
exception vcspull.exc.WorktreeError

Bases: VCSPullException

Base exception for worktree operations.

exception vcspull.exc.WorktreeConfigError
exception[source]
exception[source]
exception vcspull.exc.WorktreeConfigError

Bases: WorktreeError

Invalid worktree configuration.

exception vcspull.exc.WorktreeRefNotFoundError
exception[source]
exception[source]
exception vcspull.exc.WorktreeRefNotFoundError

Bases: WorktreeError

Reference (tag, branch, or commit) not found in repository.

exception vcspull.exc.WorktreeDirtyError
exception[source]
exception[source]
exception vcspull.exc.WorktreeDirtyError

Bases: WorktreeError

Worktree has uncommitted changes and cannot be modified.