diff --git a/controller/error_pages.rst b/controller/error_pages.rst index 04a1ee4e09b..a94294573a0 100644 --- a/controller/error_pages.rst +++ b/controller/error_pages.rst @@ -319,7 +319,7 @@ error pages. .. note:: If your listener calls ``setThrowable()`` on the - :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`, + :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent` event, propagation will be stopped and the response will be sent to the client.