I use my own action in order to handle exception in twig.
# Twig Configuration
twig:
exception_controller: MyBundle:Default:showException
The problem is that, i'm actually authenticated to my application, but in this special Controller the token is null.
Does someone have any idea to solve this problem, cause I use the user object in the twig template.