# File lib/moped/failover.rb, line 38
    def get(exception)
      STRATEGIES.fetch(exception.class, Disconnect)
    end