RateLimitException constructor

RateLimitException()

Implementation

RateLimitException() {
  cause = 'Request got rate limited';
}