diff options
Diffstat (limited to 'Exception/TokenNotFoundException.php')
-rw-r--r-- | Exception/TokenNotFoundException.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Exception/TokenNotFoundException.php b/Exception/TokenNotFoundException.php deleted file mode 100644 index 65d2d2a..0000000 --- a/Exception/TokenNotFoundException.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -namespace Symfony\Component\Security\Exception; - -/* - * This file is part of the Symfony package. - * - * (c) Fabien Potencier <fabien.potencier@symfony-project.com> - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -/** - * TokenNotFoundException is thrown if a Token cannot be found. - * - * @author Johannes M. Schmitt <schmittjoh@gmail.com> - */ -class TokenNotFoundException extends AuthenticationException -{ -} |