FetchDataException(String message, {String? body, int? status}) : super(message, "Internal Server Error: ", body: body, status: status);