exception documentation

class CycleError(Exception):

Constructor: CycleError(path)

View In Hierarchy

Raised when a dependency graph of @lifecycle decorated methods contains a cycle.

See LifecycleMixin for more details.

Method __init__ Construct a new CycleError with the given path containing the cycle.
def __init__(self, path: list[Hashable]): ΒΆ

Construct a new CycleError with the given path containing the cycle.