Skip to content

Resolving some confusion around exception controllers #10415

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions controller/error_pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,12 @@ In that case, you might want to override one or both of the ``showAction()`` and

The :ref:`error page preview <testing-error-pages>` also works for
your own controllers set up this way.

.. note::

The above only applies to websites created using symfony/website-skeleton and not symfony/skeleton. See
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not accurate: the above applies to apps that have TwigBundle enabled!
that's perfectly doable after starting with a skeleton

:doc:`Setup </setup>` for more details.

.. _use-kernel-exception-event:

Working with the ``kernel.exception`` Event
Expand Down