Exception: Amp4eLdapTool::AMPTooManyRequestsError
- Inherits:
-
StandardError
- Object
- StandardError
- Amp4eLdapTool::AMPTooManyRequestsError
- Defined in:
- lib/amp4e_ldap_tool/errors.rb
Instance Method Summary collapse
-
#initialize(msg: "The ratelimit has been excedded") ⇒ AMPTooManyRequestsError
constructor
A new instance of AMPTooManyRequestsError.
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 |