次のディレクトリにある exception.html.twig をオーバーライドしました。
app/Resources/TwigBundle/views/Exception
拡張したい別のバンドル内に別の小枝があるので、次のことを行いました。
{% extends 'AcmeMainBundle::layout.html.twig' %}
しかし、それは常に私にこのエラーを与えます:
Fatal error: Uncaught exception 'Symfony\Component\Routing\Exception\ResourceNotFoundException' in /Users/Aditya/Sites/Acme/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php on line
どうしてこれなの?