1 2 3 4 5 6 7 8 9 10 11 12
<?php namespace Symfony\Component\Security\Core\Exception; /** * This exception is thrown when the csrf token is invalid. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ class InvalidCsrfTokenException extends AuthenticationException { }