FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 703 forks source link

Make FlattenExceptionHandler/FlattenExceptionNormalizer extensible #2372

Open bilel-noomene opened 2 years ago

bilel-noomene commented 2 years ago

Hello, I need to change the error return format keeping the behavior of the bundle. I see it's pretty hard to do since FlattenExceptionHandler is internal and its attributes are private. Why is this class not extensible?