lib/redis_failover/errors.rb in redis_failover-0.9.7.2 vs lib/redis_failover/errors.rb in redis_failover-1.0.0

- old
+ new

@@ -49,10 +49,6 @@ class UnsupportedOperationError < Error def initialize(operation) super("Operation `#{operation}` is currently unsupported") end end - - # Raised when we detect an expired ZK session. - class ZKDisconnectedError < Error - end end