kNoInternetConnectionException property

M4eServerException kNoInternetConnectionException
final

Implementation

static final kNoInternetConnectionException = M4eServerException(
  code: M4eExceptionCode.kNoInternetConnectionExceptionCode,
  message: 'No internet connection!',
)