InvalidNetworkException constructor

InvalidNetworkException({
  1. String? message,
})

Constructs the InvalidNetworkException

Implementation

InvalidNetworkException({super.message});