# File lib/moped/failover/disconnect.rb, line 25 def execute(exception, node) node.disconnect raise(exception.extend(Errors::SocketError)) end