class SS_DAG_CyclicException extends Exception (View source)

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

Properties

public $dag

Methods

public
__construct(string $message, SS_DAG $dag)

No description

Details

__construct(string $message, SS_DAG $dag)

No description

Parameters

string $message

The Exception message

SS_DAG $dag

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