ApiClientException constructor

const ApiClientException(
  1. String message,
  2. {BaseResponse? response,
  3. Exception? originalException}
)

Creates new API client exception

Implementation

const ApiClientException(this.message, {
  this.response,
  this.originalException,
});