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