Skip to content

Commit 1603658

Browse files
committed
15874 [HttpKernel] fix xml config 2
1 parent 515cd86 commit 1603658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3349,11 +3349,11 @@ Defines what ``log_level`` should be used and what ``status_code`` should be ret
33493349
33503350
<framework:config>
33513351
<framework:exceptions>
3352-
<framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
3352+
<exception id="Symfony\Component\HttpKernel\Exception\BadRequestHttpException">
33533353
<framework:log_level>debug</framework:recipient>
33543354
<framework:status_code>422</framework:recipient>
3355-
</framework:Symfony\Component\HttpKernel\Exception\BadRequestHttpException>
3356-
</framework:exceptions>
3355+
</exception>
3356+
</framework:>
33573357
<!-- ... -->
33583358
</framework:config>
33593359
</container>

0 commit comments

Comments
 (0)