Skip to content

Commit 4e96450

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: [Error pages] Add missing use
2 parents 5514b60 + 40f1a98 commit 4e96450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/error_pages.rst

+1
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)