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