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