NetworkErrorException constructor
NetworkErrorException(
- String cause
Exception constructor containing the description for the exception.
Implementation
NetworkErrorException(this.cause);
Exception constructor containing the description for the exception.
NetworkErrorException(this.cause);