MosaicException constructor

const MosaicException(
  1. String message, {
  2. String? cause,
  3. String? fix,
})

Implementation

const MosaicException(this.message, {this.cause, this.fix});