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

override formErrorHandler or ExceptionHandler #2217

Closed imajim closed 4 years ago

imajim commented 4 years ago

Hello,

Anyone could you describe the override of the formErrorHandler ou the ExceptionHandler ? I've tried many solution but i can't override anything Symfony version 3.4 FosRest: 2.7 JMS serializer: 2.4 I would change Json 's structure (flat version not tree version)

thx.

xabbuh commented 4 years ago

This sounds like it's mainly related to how to configure/customize JMS Serializer. Better ask for help on StackOverflow or on the Symfony Slack I guess.