ApiException constructor

ApiException(
  1. ApiExceptionType type,
  2. String message
)

Implementation

ApiException(this.type, this.message);