lib/redis_failover/errors.rb in redis_failover-0.7.0 vs lib/redis_failover/errors.rb in redis_failover-0.8.0
- old
+ new
@@ -38,12 +38,6 @@
class UnsupportedOperationError < Error
def initialize(operation)
super("Operation `#{operation}` is currently unsupported")
end
end
-
- class MissingNodeManagerError < Error
- def initialize(timeout)
- super("Failed to hear from Node Manager within #{timeout} seconds")
- end
- end
end
\ No newline at end of file