class Faraday::TimeoutError

def initialize(ex = nil)

def initialize(ex = nil)
  super(ex || "timeout")
end