RoleNotFoundException constructor

RoleNotFoundException(
  1. Snowflake guildId,
  2. Snowflake roleId
)

Create a new RoleNotFoundException.

Implementation

RoleNotFoundException(this.guildId, this.roleId) : super('Role $roleId not found in guild $guildId');