Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
Resolving some confusion around exception controllers
The explanation in the docs only applies to full projects and not the slimmed down version just setup for api calls.
  • Loading branch information
pedrumj2 authored Sep 29, 2018
commit 8b8656fe052c74dd35ba0b8ccb3532ba23e60b69
5 changes: 5 additions & 0 deletions 5 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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.