From b5a2a89c7e8e27e8b84762d47b2d7c151a403e53 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sun, 21 Jun 2020 23:39:03 +0200 Subject: [PATCH] Update error_pages.rst --- controller/error_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/error_pages.rst b/controller/error_pages.rst index 1b05c2745c4..0636d389251 100644 --- a/controller/error_pages.rst +++ b/controller/error_pages.rst @@ -317,7 +317,7 @@ error pages. .. note:: - If your listener calls ``setResponse()`` on the + If your listener calls ``setThrowable()`` on the :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`, event, propagation will be stopped and the response will be sent to the client.