Exception Types

exception PackageAlreadyExists

Bases: Exception

Raised when the package requested already exist.

exception MissingPackageVersion

Bases: Exception

Raised when the requested package doesn’t exist in the packages location

exception MissingPackage

Bases: Exception

exception DescriptorMissingKeys

Bases: Exception

Raised when the provided descriptor keys doesn’t meet the required descriptor keys

exception UnsupportedDescriptorType

Bases: Exception

Raised when the provided descriptor information doesn’t match any existing descriptors

exception MissingGitPython(*args, **kwargs)

Bases: Exception

Error Raised when git python installed in the current python environment

exception InvalidPackagePath

Bases: Exception

Raised when The package path requested isn’t compatible with zootools.

exception MissingEnvironmentPath

Bases: Exception

Raised when the package_version.config doesn’t exist

exception GitTagAlreadyExists

Bases: Exception

Raised request for tag creation already exists

exception MissingCliArgument

Bases: Exception