NotInternetException constructor

NotInternetException()

Implementation

NotInternetException()
    : super(
        code: 'notInternet.error',
        title: L10nConstants.notInternetTitle,
        description: L10nConstants.notInternetDescription,
      );