class Excon::Socket

def raise_timeout_error(type)

def raise_timeout_error(type)
  fail Excon::Errors::Timeout.new("#{type} timeout reached")
end