8000 Merge branch '5.0' · symfony/symfony-docs@ed2a34f · GitHub
[go: up one dir, main page]

Skip to content

Commit ed2a34f

Browse files
committed
Merge branch '5.0'
* 5.0: [Error pages] Add missing use
2 parents 6c43ddb + 4e96450 commit ed2a34f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/error_pages.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ contents, create a new Normalizer that supports the ``FlattenException`` input::
212212
# src/App/Serializer/MyCustomProblemNormalizer.php
213213
namespace App\Serializer;
214214

215+
use Symfony\Component\ErrorHandler\Exception\FlattenException;
215216
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
216217

217218
class MyCustomProblemNormalizer implements NormalizerInterface

0 commit comments

Comments
 (0)
0