class Faraday::NilStatusError
def initialize(exc, response = nil)
def initialize(exc, response = nil) exc_msg_and_response!(exc, response) super('http status could not be derived from the server response') end
def initialize(exc, response = nil) exc_msg_and_response!(exc, response) super('http status could not be derived from the server response') end