ModuleException constructor

ModuleException(
  1. String message, {
  2. String? moduleName,
  3. String? cause,
  4. String? fix,
})

Implementation

ModuleException(super.message, {this.moduleName, super.cause, super.fix});