Exception: Amp4eLdapTool::AMPTooManyRequestsError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg: "The ratelimit has been excedded") ⇒ AMPTooManyRequestsError

Returns a new instance of AMPTooManyRequestsError.



15
16
17
# File 'lib/amp4e_ldap_tool/errors.rb', line 15

def initialize(msg: "The ratelimit has been excedded")
  super
end