FetchDataException constructor

FetchDataException([
  1. String? message
])

Creates a new fetch data exception.

Implementation

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