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