Skip to content

Recommended way to disable the error handler on a specific route #468

Closed
@VincentLanglet

Description

@VincentLanglet

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions