class Faraday::Response::Logger

def on_error(exc)

def on_error(exc)
  @formatter.exception(exc) if @formatter.respond_to?(:exception)
end