Skip to content

Commit 0604b7a

Browse files
committed
minor #9268 Fix "RequestExceptionInterface" link (liviubalan)
This PR was submitted for the 3.3 branch but it was merged into the 3.4 branch instead (closes #9268). Discussion ---------- Fix "RequestExceptionInterface" link Change http://api.symfony.com/3.3/Symfony/Component/HttpKernel/Exception/RequestExceptionInterface.html to http://api.symfony.com/3.3/Symfony/Component/HttpFoundation/Exception/RequestExceptionInterface.html Commits ------- a693dd4 Fix "RequestExceptionInterface" link
2 parents 9482bea + a693dd4 commit 0604b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ below for more details).
579579
:class:`Symfony\\Component\\HttpKernel\\Exception\\HttpException` class.
580580

581581
3) If the original exception implements
582-
:class:`Symfony\\Component\\HttpKernel\\Exception\\RequestExceptionInterface`,
582+
:class:`Symfony\\Component\\HttpFoundation\\Exception\\RequestExceptionInterface`,
583583
then the status code of the ``FlattenException`` object is populated with
584584
``400`` and no other headers are modified.
585585

0 commit comments

Comments
 (0)