Exceptions

exception momotor.options.CircularDependencies

Circular dependencies detected in the steps.

This exception is raised when the steps of a bundle have circular dependencies.

Subclass of momotor.bundles.BundleError.

exception momotor.options.InvalidDependencies

Invalid dependencies detected in the steps.

This exception is raised when the steps of a bundle have invalid dependencies, for example, when referencing non-existent steps ids or using an invalid syntax.

Subclass of momotor.bundles.BundleError.