Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 36359aa

Browse files
committed
give 502 some love
1 parent 6a91fbd commit 36359aa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/resources.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module Helpers
2323
405 => '405 Method not allowed',
2424
409 => '409 Conflict',
2525
422 => '422 Unprocessable Entity',
26-
500 => '500 Server Error'
26+
500 => '500 Server Error',
27+
502 => '502 Bad Gateway'
2728
}
2829

2930
AUTHORS = {

0 commit comments

Comments
 (0)