summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rest-client-wrapper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rest-client-wrapper.rb b/lib/rest-client-wrapper.rb
index 38219c1..f3e6300 100644
--- a/lib/rest-client-wrapper.rb
+++ b/lib/rest-client-wrapper.rb
@@ -57,6 +57,7 @@ module OpenTox
end
end
+ #@return [Array] of hashes with error code, method and class
def self.known_errors
errors = []
RestClient::STATUSES.each do |code,k|