MixedFractionException constructor

const MixedFractionException(
  1. String message
)

Represents an error raised from the MixedFraction class.

Implementation

const MixedFractionException(this.message);