Exception: Hws::Connectors::Exception::RatelimitExceeded

Inherits:
Error
  • Object
show all
Defined in:
lib/hws-connectors/exception.rb

Instance Attribute Summary

Attributes inherited from Error

#reason

Instance Method Summary collapse

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