lib/net/ldap/error.rb in net-ldap-0.12.0 vs lib/net/ldap/error.rb in net-ldap-0.12.1

- old
+ new

@@ -19,9 +19,10 @@ warn_deprecation_message super end private + def warn_deprecation_message warn "Deprecation warning: Net::LDAP::ConnectionRefused will be deprecated. Use Errno::ECONNREFUSED instead." end end class ConnectionError < Error