HttpClientException constructor
HttpClientException(
- int code,
- String description,
- ResponseParameters? parameters
Implementation
HttpClientException(this.code, this.description, this.parameters);