FenException constructor

const FenException(
  1. IllegalFenCause cause
)

Constructs a FenException with a cause.

Implementation

const FenException(this.cause);