I have over-ridden the exception.html.twig in the following directory:
app/Resources/TwigBundle/views/Exception
I have another twig inside another bundle that I'd like to extend, so I did the following:
{% extends 'AcmeMainBundle::layout.html.twig' %}
but it always gives me this error:
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
Why is this?