Skip to content

Commit 4bb0603

Browse files
[HttpKernel] Add request attribute _handle_all_throwables to allow HttpKernel to handle thrown Error in addition to Exception
1 parent 98d0349 commit 4bb0603

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Tests/Functional/app/Authenticator/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ framework:
77
profiler: false
88
session:
99
storage_factory_id: session.storage.factory.mock_file
10-
catch_all_throwables: true
1110

1211
services:
1312
logger: { class: Psr\Log\NullLogger }

Tests/Functional/app/FirewallEntryPoint/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ framework:
1111
session:
1212
storage_factory_id: session.storage.factory.mock_file
1313
profiler: { only_exceptions: false }
14-
catch_all_throwables: true
1514

1615
services:
1716
logger: { class: Psr\Log\NullLogger }

Tests/Functional/app/config/framework.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ framework:
1212
session:
1313
storage_factory_id: session.storage.factory.mock_file
1414
profiler: { only_exceptions: false }
15-
catch_all_throwables: true
1615

1716
services:
1817
logger: { class: Psr\Log\NullLogger }

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"symfony/dom-crawler": "^5.4|^6.0",
3939
"symfony/expression-language": "^5.4|^6.0",
4040
"symfony/form": "^5.4|^6.0",
41-
"symfony/framework-bundle": "^6.2",
41+
"symfony/framework-bundle": "^5.4|^6.0",
4242
"symfony/ldap": "^5.4|^6.0",
4343
"symfony/process": "^5.4|^6.0",
4444
"symfony/rate-limiter": "^5.4|^6.0",
@@ -53,7 +53,7 @@
5353
"conflict": {
5454
"symfony/browser-kit": "<5.4",
5555
"symfony/console": "<5.4",
56-
"symfony/framework-bundle": "<6.2",
56+
"symfony/framework-bundle": "<5.4",
5757
"symfony/ldap": "<5.4",
5858
"symfony/twig-bundle": "<5.4"
5959
},

0 commit comments

Comments
 (0)