8000 Update framework config by StevenRenaux · Pull Request #18773 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update framework config #18773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch '7.0' into feature/18762-update-framework-config
  • Loading branch information
StevenRenaux authored Dec 22, 2023
commit 16ee41b6b8c23b3ac33fc2fdb3408c2399c066ef
4 changes: 2 additions & 2 deletions reference/configuration/framework.rst
895A
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ handle_all_throwables
When set to ``true``, the Symfony kernel will catch all ``\Throwable`` exceptions
thrown by the application and will turn them into HTTP responses.

.. versionadded:: 6.2
The ``handle_all_throwables`` option was introduced in Symfony 6.2.
Starting from Symfony 7.0, the default value of this option is ``true``.

The ``handle_all_throwables`` option was introduced in Symfony 6.2.

.. _configuration-framework-http_cache:

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0