ResourceShareInvitationAlreadyRejectedException constructor

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

Implementation

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