1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

fix #25 - add support for status code 422 (Unprocessable Entity)

This commit is contained in:
Bob Eagan 2012-02-17 10:59:14 -07:00
parent b992c6f38c
commit 84e2d78e58

View File

@ -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',