Exception: Hws::Connectors::Exception::RatelimitExceeded
- Defined in:
- lib/hws-connectors/exception.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(msg = 'You have exceeded the number of attempts') ⇒ RatelimitExceeded
constructor
A new instance of RatelimitExceeded.
Constructor Details
#initialize(msg = 'You have exceeded the number of attempts') ⇒ RatelimitExceeded
Returns a new instance of RatelimitExceeded.
29 30 31 |
# File 'lib/hws-connectors/exception.rb', line 29 def initialize(msg = 'You have exceeded the number of attempts') super(msg) end |