Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ExceptionController doesnt work with symfony 2.3.5 #570

Closed
mathielen opened this issue Oct 1, 2013 · 1 comment
Closed

ExceptionController doesnt work with symfony 2.3.5 #570

mathielen opened this issue Oct 1, 2013 · 1 comment

Comments

@mathielen
Copy link

Namespace of FlattenException has changed due to symfony/symfony#9111. Thus showAction() in ExceptionController does not get invoked anymore. Any usage of the FOS Rest ExceptionController is now useless.

Please change namespace from
use Symfony\Component\HttpKernel\Exception\FlattenException;
to
use Symfony\Component\Debug\Exception\FlattenException;

@odino
Copy link
Contributor

odino commented Oct 1, 2013

duplicated of #565

@stof stof closed this as completed Oct 1, 2013
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants