FetchDataException constructor

FetchDataException(
  1. dynamic error
)

Implementation

FetchDataException(error)
    : super(error, "[ERROR] Error During Communication: ");