EntitlementNotFoundException constructor

EntitlementNotFoundException(
  1. Snowflake applicationId,
  2. Snowflake entitlementId
)

Create a new EntitlementNotFoundException.

Implementation

EntitlementNotFoundException(this.applicationId, this.entitlementId) : super('Entitlement $entitlementId not found for application $applicationId');