Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c96b6 commit db85c57Copy full SHA for db85c57
UPGRADE-6.3.md
@@ -11,6 +11,32 @@ FrameworkBundle
11
12
* Deprecate `framework:exceptions` tag, unwrap it and replace `framework:exception` tags’ `name` attribute by `class`.
13
14
+ Before:
15
+ ```xml
16
+ <!-- config/packages/framework.xml -->
17
+ <framework:config>
18
+ <framework:exceptions>
19
+ <framework:exception
20
+ name="Symfony\Component\HttpKernel\Exception\BadRequestHttpException"
21
+ log-level="info"
22
+ status-code="422"
23
+ />
24
+ </framework:exceptions>
25
+ </framework:config>
26
+ ```
27
+
28
+ After:
29
30
31
32
33
+ class="Symfony\Component\HttpKernel\Exception\BadRequestHttpException"
34
35
36
37
38
39
40
HttpKernel
41
----------
42
0 commit comments