Skip to content

Commit 00499a6

Browse files
committed
fixed backslash escaping
1 parent 17fc2b8 commit 00499a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ below for more details).
562562
object. The idea is that these are used in the next step when creating
563563
the final response. If you want to set custom HTTP headers, you can always
564564
use the ``setHeaders`` method on exceptions derived from the
565-
:class:`Symfony\Component\HttpKernel\Exception\HttpException` class.
565+
:class:`Symfony\\Component\\HttpKernel\\Exception\\HttpException` class.
566566

567567
3) A controller is executed and passed the flattened exception. The exact
568568
controller to render is passed as a constructor argument to this listener.

0 commit comments

Comments
 (0)