NetworkException constructor

NetworkException(
  1. String title,
  2. String? message
)

Implementation

NetworkException(String title, String? message) : super(title, message);