class Faraday::TimeoutError
A unified client error for timeouts.
def initialize(exc = 'timeout', response = nil)
def initialize(exc = 'timeout', response = nil) super(exc, response) end
A unified client error for timeouts.
def initialize(exc = 'timeout', response = nil) super(exc, response) end