Exception: Net::LDAP::LdapError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/net/ldap/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/net/ldap/error.rb', line 3

def message
  "Deprecation warning: Net::LDAP::LdapError is no longer used. Use Net::LDAP::Error or rescue one of it's subclasses. \n" + super
end