NoInternetConnectionException constructor
Creates a NoInternetConnectionException with the given status, statusMessage, and success.
Implementation
NoInternetConnectionException(
super.status,
super.statusMessage,
super.success,
);
Creates a NoInternetConnectionException with the given status, statusMessage, and success.
NoInternetConnectionException(
super.status,
super.statusMessage,
super.success,
);