summaryrefslogtreecommitdiff
path: root/lib/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.rb')
-rw-r--r--lib/error.rb2
1 files changed, 1 insertions, 1 deletions
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