TagPolicyException constructor

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

Implementation

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