NetworkException constructor

NetworkException(
  1. String message
)

Creates a NetworkException with the given message.

Implementation

NetworkException(this.message);