MHException constructor

MHException({
  1. required String message,
  2. required List<ErrorDetail> errors,
  3. required MHExceptionType type,
})

Implementation

MHException({
  required this.message,
  required this.errors,
  required this.type,
});