RateLimitExceededException constructor

RateLimitExceededException(
  1. String message,
  2. BaseResponse response, [
  3. String? body
])

Returns the new instance of RateLimitExceededException.

Implementation

RateLimitExceededException(super.message, super.response, [super.body]);