Exception: Karaden::Exception::TooManyRequestsException
- Inherits:
-
KaradenException
- Object
- StandardError
- KaradenException
- Karaden::Exception::TooManyRequestsException
- Defined in:
- lib/karaden/exception/too_many_requests_exception.rb
Constant Summary collapse
- STATUS_CODE =
429
Instance Attribute Summary
Attributes inherited from KaradenException
#body, #code, #error, #headers
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ TooManyRequestsException
constructor
A new instance of TooManyRequestsException.
Constructor Details
#initialize(message = nil) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
5 6 7 |
# File 'lib/karaden/exception/too_many_requests_exception.rb', line 5 def initialize( = nil) super end |