Exception: Copyleaks::RateLimitException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Copyleaks::RateLimitException
- Defined in:
- lib/copyleaks/models/exceptions/rate_limit_exception.rb
Instance Method Summary collapse
-
#initialize ⇒ RateLimitException
constructor
A new instance of RateLimitException.
Constructor Details
#initialize ⇒ RateLimitException
Returns a new instance of RateLimitException.
26 27 28 |
# File 'lib/copyleaks/models/exceptions/rate_limit_exception.rb', line 26 def initialize super 'Too many requests. Please wait before calling again.' end |