Exceptions - libvcs.exc¶

Exceptions for libvcs.

exception libvcs.exc.LibVCSException
¶
exception[source]

Bases: Exception

Standard exception raised by libvcs.

exception libvcs.exc.CommandError
¶
exception[source]

Bases: LibVCSException

Raised on non-zero return codes.

exception libvcs.exc.CommandTimeoutError
¶
exception[source]

Bases: CommandError

CommandError which gets raised when a subprocess exceeds its timeout.

exception libvcs.exc.InvalidVCS
¶
exception[source]

Bases: LibVCSException

Invalid VCS.