HttpClientCommunicationException constructor

HttpClientCommunicationException(
  1. FreemeworkException innerException
)

Implementation

HttpClientCommunicationException(FreemeworkException innerException)
    : super('Cannot establish connection.', innerException);