lib/redis_failover/errors.rb in nogara-redis_failover-0.9.7 vs lib/redis_failover/errors.rb in nogara-redis_failover-0.9.7.2

- 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