Exceptions - vcspull.exc

Exceptions for vcspull.

exception vcspull.exc.VCSPullException
exception[source]

Bases: Exception

Standard exception raised by vcspull.

exception vcspull.exc.MultipleConfigWarning
exception[source]

Bases: VCSPullException

Multiple eligible config files found at the same time.

exception vcspull.exc.WorktreeError
exception[source]

Bases: VCSPullException

Base exception for worktree operations.

exception vcspull.exc.WorktreeConfigError
exception[source]

Bases: WorktreeError

Invalid worktree configuration.

exception vcspull.exc.WorktreeRefNotFoundError
exception[source]

Bases: WorktreeError

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

exception vcspull.exc.WorktreeDirtyError
exception[source]

Bases: WorktreeError

Worktree has uncommitted changes and cannot be modified.