FractionException constructor

const FractionException(
  1. String message
)

Represents an error raised from the Fraction class.

Implementation

const FractionException(this.message);