InvalidSubnetIDException constructor

InvalidSubnetIDException({
  1. String? type,
  2. String? message,
})

Implementation

InvalidSubnetIDException({String? type, String? message})
    : super(type: type, code: 'InvalidSubnetIDException', message: message);