We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fc2b8 commit 00499a6Copy full SHA for 00499a6
components/http_kernel/introduction.rst
@@ -562,7 +562,7 @@ below for more details).
562
object. The idea is that these are used in the next step when creating
563
the final response. If you want to set custom HTTP headers, you can always
564
use the ``setHeaders`` method on exceptions derived from the
565
- :class:`Symfony\Component\HttpKernel\Exception\HttpException` class.
+ :class:`Symfony\\Component\\HttpKernel\\Exception\\HttpException` class.
566
567
3) A controller is executed and passed the flattened exception. The exact
568
controller to render is passed as a constructor argument to this listener.
0 commit comments