ApiException constructor

ApiException(
  1. int statusCode,
  2. String message
)

Creates a new ApiException instance.

Implementation

ApiException(this.statusCode, this.message);