NetworkException constructor

NetworkException(
  1. String message,
  2. NetworkErrorCode code
)

Creates an exception which is thrown when there is a failure accessing the network.

Implementation

NetworkException(this.message, this.code);