From f40871b9b60ae706c0668c9ac4cfbfff866ce5dc Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 28 Feb 2012 17:13:20 +0000 Subject: generic rest-client calls ignoring http errors from task services --- lib/error.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/error.rb') diff --git a/lib/error.rb b/lib/error.rb index 6987f35..1866585 100644 --- a/lib/error.rb +++ b/lib/error.rb @@ -1,6 +1,6 @@ # adding additional fields to Exception class to format errors according to OT-API class Exception - attr_accessor :errorCause + attr_accessor :errorCause # is errorReport def http_code; 500; end end -- cgit v1.2.3