I'm on an api project using FOSRestBundle on Symfony 3.4 and have some error when I want to use my own error messages. It says me:
Controller "fos_rest.exception.twig_controller" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"
I'm stuck on this error, I think a config is missing but I don't understand which one...
Thanks