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