FetchDataException constructor

FetchDataException([
  1. String? message
])

Implementation

FetchDataException([final String? message])
    : super(message, 'Error during communication: ');