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 515cd86 commit 1603658Copy full SHA for 1603658
reference/configuration/framework.rst
@@ -3349,11 +3349,11 @@ Defines what ``log_level`` should be used and what ``status_code`` should be ret
3349
3350
<framework:config>
3351
<framework:exceptions>
3352
- <framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
+ <exception id="Symfony\Component\HttpKernel\Exception\BadRequestHttpException">
3353
<framework:log_level>debug</framework:recipient>
3354
<framework:status_code>422</framework:recipient>
3355
- </framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
3356
- </framework:exceptions>
+ </exception>
+ </framework:>
3357
<!-- ... -->
3358
</framework:config>
3359
</container>
0 commit comments