From 177f62012a17c1c87721dda429666a9475a622c3 Mon Sep 17 00:00:00 2001 From: Thibaut Cheymol Date: Sat, 3 Dec 2022 11:59:22 +0100 Subject: [PATCH] [FrameworkBundle] Rename option `catch_all_throwables` to `handle_all_throwables` in documentation --- reference/configuration/framework.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 5b6efc18f32..e8e3a3d7ce2 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -53,8 +53,8 @@ will invalidate all signed URIs and Remember Me cookies. That's why, after changing this value, you should regenerate the application cache and log out all the application users. -catch_all_throwables -~~~~~~~~~~~~~~~~~~~~ +handle_all_throwables +~~~~~~~~~~~~~~~~~~~~~ **type**: ``boolean`` **default**: ``false`` @@ -65,7 +65,7 @@ Starting from Symfony 7.0, the default value of this option will be ``true``. .. versionadded:: 6.2 - The ``catch_all_throwables`` option was introduced in Symfony 6.2. + The ``handle_all_throwables`` option was introduced in Symfony 6.2. .. _configuration-framework-http_cache: