FetchDataException constructor

FetchDataException([
  1. String? message
])

Implementation

FetchDataException([String? message])
    : super("Error During Communication: ", message);