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