CycleError
A cycle was detected in an acyclic graph.
Constructor
Signature
def CycleError() - > null
Signature
def CycleError(
args: tuple
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Variable length argument list typically containing the error message or the nodes involved in the detected cycle |