We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d6c58 commit 94b9d4dCopy full SHA for 94b9d4d
lib/net/ldap/error.rb
@@ -1,10 +1,4 @@
1
class Net::LDAP
2
- class LdapError < StandardError
3
- def message
4
- "Deprecation warning: Net::LDAP::LdapError is no longer used. Use Net::LDAP::Error or rescue one of it's subclasses. \n" + super
5
- end
6
7
-
8
class Error < StandardError; end
9
10
class AlreadyOpenedError < Error; end
0 commit comments