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