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