HealthException constructor
HealthException(
- dynamic dataType,
- String cause
Implementation
HealthException(this.dataType, this.cause);
HealthException(this.dataType, this.cause);