Skip to content

Commit

Permalink
added 422 HTTP status
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 2, 2018
1 parent 553b41d commit 6cd68e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Http
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 6cd68e3

Please sign in to comment.