MMIOexception constructor

MMIOexception(
  1. MMIOerrorCode errorCode,
  2. String errorMsg
)

Implementation

MMIOexception(this.errorCode, this.errorMsg);