MmApiException.withInner constructor

MmApiException.withInner(
  1. int code,
  2. String? message,
  3. Exception? innerException,
  4. StackTrace? stackTrace,
)

Implementation

MmApiException.withInner(this.code, this.message, this.innerException, this.stackTrace);