88 89 90 91 92
# File 'lib/excon/connection.rb', line 88 def error_call(datum) if datum[:error] raise(datum[:error]) end end