RhttpWrappedClientException constructor
RhttpWrappedClientException(
- String message,
- Uri? uri,
- RhttpException rhttpException
Implementation
RhttpWrappedClientException(super.message, super.uri, this.rhttpException);