I am trying to create custom exception pages in Symfony 2, and am following the Symfony 2 guide here and here. The second link says to modify the controller found Symfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction, but I can only find that file in the vendor\symfony\symfony\src\Symfony\Bundle\TwigBundle\Controller folder. From my understanding, I should never modify anything in the vendors folder.
I am wondering where is the ExceptionController I should be modifying located?
config.yml, I am wondering if you are talking about theservices.ymlinside theconfigfolder?