FetchDataException constructor
FetchDataException([
- String? message
Creates a new fetch data exception.
Implementation
FetchDataException([final String? message])
: super(message, 'Error during communication: ');