# File lib/net/ldap/error.rb, line 13 def initialize(*args) warn_deprecation_message super end
# File lib/net/ldap/error.rb, line 18 def message warn_deprecation_message super end
# File lib/net/ldap/error.rb, line 25 def warn_deprecation_message warn "Deprecation warning: Net::LDAP::ConnectionRefused will be deprecated. Use Errno::ECONNREFUSED instead." end