class Faraday::TimeoutError

A unified client error for timeouts.

Public Class Methods

Calls superclass method Faraday::Error::new
# File lib/faraday/error.rb, line 137
def initialize(exc = 'timeout', response = nil)
  super(exc, response)
end