class Excon::Middleware::Instrumentor

def error_call(datum)

def error_call(datum)
  if datum.has_key?(:instrumentor)
    datum[:instrumentor].instrument("#{datum[:instrumentor_name]}.error", :error => datum[:error])
  end
  @stack.error_call(datum)
end