MHException constructor
MHException({
- required String message,
- required List<
ErrorDetail> errors, - required MHExceptionType type,
Implementation
MHException({
required this.message,
required this.errors,
required this.type,
});