Exception: RitoPlz::API::RateLimitExceededException
- Inherits:
-
StandardError
- Object
- StandardError
- RitoPlz::API::RateLimitExceededException
- Defined in:
- lib/RitoPlz/API/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ RateLimitExceededException
constructor
A new instance of RateLimitExceededException.
Constructor Details
#initialize ⇒ RateLimitExceededException
80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/RitoPlz/API/exceptions.rb', line 80 def initialize msg = %{ 429 (RATE LIMIT EXCEEDED) This error indicates you've went over your rate limit. Check your api access rates on Riot's API page. Common Reason: > Calm down there big boy, easy on the requests } super(msg) end |