TCICApiException constructor

TCICApiException(
  1. String message,
  2. int code,
  3. String api
)

Implementation

TCICApiException(this.message, this.code, this.api);