Exception: Strike::Errors::TooManyRequestsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/strike/errors.rb

Instance Method Summary collapse

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