Skip to content

Commit

Permalink
Use WebfactoryExceptionsBundle instead of webfactory/exceptions-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored and weaverryan committed Mar 9, 2014
1 parent c66649d commit 859c61d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/controller/error_pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ shown to the end-user.
error pages during development. This will also stop
Symfony2 from recompiling your twig templates, among other things.

The third-party `webfactory/exceptions-bundle`_ provides a special
The third-party `WebfactoryExceptionsBundle`_ provides a special
test controller that allows you to display your custom error
pages for arbitrary HTTP status codes even with
``kernel.debug`` set to ``true``.
Expand Down Expand Up @@ -128,4 +128,4 @@ Symfony uses the following algorithm to determine which template to use:
``exception.html.twig`` for the standard HTML exception page or
``exception.json.twig`` for the JSON exception page.

.. _`webfactory/exceptions-bundle`: https://github.com/webfactory/exceptions-bundle
.. _`WebfactoryExceptionsBundle`: https://github.com/webfactory/exceptions-bundle

0 comments on commit 859c61d

Please sign in to comment.