You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: