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 committed Feb 17, 2014
1 parent 2fee263 commit 6aa90e0
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 6aa90e0

Please sign in to comment.