From c7d9f6a33b7c3ccfad5b56f3017af443075dbeea Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Fri, 3 Oct 2014 13:29:31 +0200 Subject: [PATCH] Add route to preview error pages in development (see Symfony issue #12096) --- app/config/routing_dev.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml index ff93a02ba0..0f0afb615c 100644 --- a/app/config/routing_dev.yml +++ b/app/config/routing_dev.yml @@ -10,5 +10,9 @@ _configurator: resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml" prefix: /_configurator +_errors: + resource: "@TwigBundle/Resources/config/routing/errors.xml" + prefix: /_error + _main: resource: routing.yml