Closed
Description
We're using both Symfony and another Framework for our website.
Symfony is the entrypoint, and if the route is not found, it's deledated to the other framework thanks to a custom symfony route. So whenever we have an exception on the other framework, it's reported with the following meta data:
route: assurancevie_legacy_default_index
Is there a way to ignore this route ?
I can add some code in this specific controller if needed.