class SS_DAG_CyclicException extends Exception (View source)

Exception thrown when the {@link SS_DAG} class is unable to resolve sorting the DAG due to cyclic dependencies.

Properties

$dag

Methods

__construct(string $message, SS_DAG $dag)

No description

Details

__construct(string $message, SS_DAG $dag)

Parameters

string $message

The Exception message

SS_DAG $dag

The remainder of the Directed Acyclic Graph (DAG) after the last successful sort