NetworkError constructor

NetworkError(
  1. String message
)

Implementation

NetworkError(String message) : super(message);