Skip to content

Commit 40f1a98

Browse files
committed
minor #13601 [Error pages] Add missing use (jeremyFreeAgent)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Error pages] Add missing use Commits ------- c76ae44 [Error pages] Add missing use
2 parents 6ef85a3 + c76ae44 commit 40f1a98

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)