HttpClientException constructor

HttpClientException(
  1. int code,
  2. String description,
  3. ResponseParameters? parameters
)

Implementation

HttpClientException(this.code, this.description, this.parameters);