Exception Types
- exception PackageAlreadyExists
Bases:
ExceptionRaised when the package requested already exist.
- exception MissingPackageVersion
Bases:
ExceptionRaised when the requested package doesn’t exist in the packages location
- exception MissingPackage
Bases:
Exception
- exception DescriptorMissingKeys
Bases:
ExceptionRaised when the provided descriptor keys doesn’t meet the required descriptor keys
- exception UnsupportedDescriptorType
Bases:
ExceptionRaised when the provided descriptor information doesn’t match any existing descriptors
- exception MissingGitPython(*args, **kwargs)
Bases:
ExceptionError Raised when git python installed in the current python environment
- exception InvalidPackagePath
Bases:
ExceptionRaised when The package path requested isn’t compatible with zootools.
- exception MissingEnvironmentPath
Bases:
ExceptionRaised when the package_version.config doesn’t exist
- exception GitTagAlreadyExists
Bases:
ExceptionRaised request for tag creation already exists
- exception MissingCliArgument
Bases:
Exception