HttpClientException constructor

HttpClientException([
  1. String? message,
  2. FreemeworkException? innerException
])

Implementation

HttpClientException([String? message, FreemeworkException? innerException])
    : super(message, innerException);