Exception: Amp4eLdapTool::AMPResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Amp4eLdapTool::AMPResponseError
- Defined in:
- lib/amp4e_ldap_tool/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg: "The AMP Server returned a non-OK response") ⇒ AMPResponseError
constructor
A new instance of AMPResponseError.
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 |