Skip to content

Commit

Permalink
fix #25 - add support for status code 422 (Unprocessable Entity)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeagan committed Feb 17, 2012
1 parent b992c6f commit 84e2d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Guzzle/Http/Message/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Response extends AbstractMessage
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
422 => 'Unprocessable Entity',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down

0 comments on commit 84e2d78

Please sign in to comment.