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