diff options
Diffstat (limited to 'Exception/AuthenticationCredentialsNotFoundException.php')
-rw-r--r-- | Exception/AuthenticationCredentialsNotFoundException.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Exception/AuthenticationCredentialsNotFoundException.php b/Exception/AuthenticationCredentialsNotFoundException.php deleted file mode 100644 index d4d62a2..0000000 --- a/Exception/AuthenticationCredentialsNotFoundException.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php - -/* - * 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. - */ - -namespace Symfony\Component\Security\Exception; - -/** - * AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected - * because no Token is available. - * - * @author Fabien Potencier <fabien.potencier@symfony-project.com> - */ -class AuthenticationCredentialsNotFoundException extends AuthenticationException -{ -} |