NetworkException constructor
NetworkException(
- String message
Creates a NetworkException with the given message.
Implementation
NetworkException(this.message);
Creates a NetworkException with the given message.
NetworkException(this.message);