UnsupportedNetworkConfigurationException constructor
Implementation
UnsupportedNetworkConfigurationException({String? type, String? message})
: super(
type: type,
code: 'UnsupportedNetworkConfigurationException',
message: message);