Faraday::ClientError
# File lib/faraday/error.rb, line 51 def initialize(ex = nil) super(ex || "timeout") end