From 02002e31289b8872001b7790204525b803298723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Lang?= Date: Mon, 6 May 2013 15:07:09 +0200 Subject: [PATCH] Corrects exception controller name --- cookbook/controller/error_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/controller/error_pages.rst b/cookbook/controller/error_pages.rst index a82f81b9ba0..3debcbe912a 100644 --- a/cookbook/controller/error_pages.rst +++ b/cookbook/controller/error_pages.rst @@ -16,7 +16,7 @@ control you need: 1. Customize the error templates of the different error pages (explained below); -2. Replace the default exception controller ``TwigBundle::Exception:show`` +2. Replace the default exception controller ``TwigBundle:Exception:show`` with your own controller and handle it however you want (see :ref:`exception_controller in the Twig reference`);