IntegrationNotFoundException constructor

IntegrationNotFoundException(
  1. Snowflake guildId,
  2. Snowflake integrationId
)

Create a new IntegrationNotFoundException.

Implementation

IntegrationNotFoundException(this.guildId, this.integrationId) : super('Integration $integrationId not found in guild $guildId');