ApiException constructor

ApiException(
  1. int code,
  2. String msg
)

Implementation

ApiException(this.code, this.msg);