FetchDataException constructor
FetchDataException(
- dynamic error
Implementation
FetchDataException(error)
: super(error, "[ERROR] Error During Communication: ");
FetchDataException(error)
: super(error, "[ERROR] Error During Communication: ");