RhttpWrappedClientException constructor

RhttpWrappedClientException(
  1. String message,
  2. Uri? uri,
  3. RhttpException rhttpException
)

Implementation

RhttpWrappedClientException(super.message, super.uri, this.rhttpException);