class Excon::Connection

def error_call(datum)

def error_call(datum)
  if datum[:error]
    raise(datum[:error])
  end
end