Exception: Strike::Errors::TooManyRequestsError
- Inherits:
-
StandardError
- Object
- StandardError
- Strike::Errors::TooManyRequestsError
- Defined in:
- lib/strike/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'You have exceeded your request limit.') ⇒ TooManyRequestsError
constructor
A new instance of TooManyRequestsError.
Constructor Details
#initialize(msg = 'You have exceeded your request limit.') ⇒ TooManyRequestsError
Returns a new instance of TooManyRequestsError.
28 29 30 |
# File 'lib/strike/errors.rb', line 28 def initialize(msg = 'You have exceeded your request limit.') super end |