1 parent 6a91fbd commit 36359aaCopy full SHA for 36359aa
1 file changed
lib/resources.rb
@@ -23,7 +23,8 @@ module Helpers
23
405 => '405 Method not allowed',
24
409 => '409 Conflict',
25
422 => '422 Unprocessable Entity',
26
- 500 => '500 Server Error'
+ 500 => '500 Server Error',
27
+ 502 => '502 Bad Gateway'
28
}
29
30
AUTHORS = {
0 commit comments