There was an error while loading. Please reload this page.
1 parent fb053f6 commit 0761b8aCopy full SHA for 0761b8a
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