There was an error while loading. Please reload this page.
2 parents 7ac13e3 + 0761b8a commit 71bf0f2Copy full SHA for 71bf0f2
src/Symfony/Component/HttpFoundation/Response.php
@@ -101,6 +101,7 @@ class Response
101
415 => 'Unsupported Media Type',
102
416 => 'Requested Range Not Satisfiable',
103
417 => 'Expectation Failed',
104
+ 418 => 'I\'m a teapot',
105
422 => 'Unprocessable Entity', // RFC4918
106
423 => 'Locked', // RFC4918
107
424 => 'Failed Dependency', // RFC4918
0 commit comments