summaryrefslogtreecommitdiffstats
path: root/Core/Exception/InvalidCsrfTokenException.php
blob: f19bcbf7f08c83a52173f7d11934f840714c570a (plain)
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
{
}