ErrorResponse.noInternet constructor
ErrorResponse.noInternet({})
Implementation
ErrorResponse.noInternet({
this.status,
this.error = "No Internet",
this.message =
"Seems like you have no internet connection. Please try again later.",
this.content,
this.errorType = "NO_INTERNET",
this.errors,
this.path,
});