Exceptions - vcspull.exc

Exceptions for vcspull.

exception vcspull.exc.VCSPullException[source]

Bases: Exception

Standard exception raised by vcspull.

exception vcspull.exc.MultipleConfigWarning[source]

Bases: VCSPullException

Multiple eligible config files found at the same time.

message = 'Multiple configs found in home directory use only one. .yaml, .json.'