NoInternetException constructor

const NoInternetException()

Implementation

const NoInternetException()
    : super(
        'No internet connection. Please check your network.',
        statusCode: 0,
      );