CycleException<T> constructor

CycleException<T>(
  1. T involved
)

Creates a new cycle exception with a single vertex involved in the cycle.

Implementation

CycleException(this.involved);