MWBException constructor

MWBException(
  1. String? message, {
  2. int code = 0,
})

Implementation

MWBException(this.message, {this.code = 0});