Exception: Amp4eLdapTool::AMPResponseError

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

Direct Known Subclasses

AMPBadRequestError, AMPUnauthorizedError

Instance Method Summary collapse

Constructor Details

#initialize(msg: "The AMP Server returned a non-OK response") ⇒ AMPResponseError

Returns a new instance of AMPResponseError.



33
34
35
# File 'lib/amp4e_ldap_tool/errors.rb', line 33

def initialize(msg: "The AMP Server returned a non-OK response")
  super
end