i want to customize the error pages in Symfony 2.0
I know that this is done via overwriting the layouts in app/Resources/TwigBundle/views/Exception/* bu
app/Resources/TwigBundle/views/Exception/*
i use arguments: ["@twig", "%kernel.debug%"] instead of arguments: [@twig, %kernel.debug%]
arguments: ["@twig", "%kernel.debug%"]
arguments: [@twig, %kernel.debug%]