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