diff options
Diffstat (limited to 'Exception/InsufficientAuthenticationException.php')
-rw-r--r-- | Exception/InsufficientAuthenticationException.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Exception/InsufficientAuthenticationException.php b/Exception/InsufficientAuthenticationException.php deleted file mode 100644 index c0c5167..0000000 --- a/Exception/InsufficientAuthenticationException.php +++ /dev/null @@ -1,23 +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; - -/** - * InsufficientAuthenticationException is thrown if the user credentials are not sufficiently trusted. - * - * This is the case when a user is anonymous and the resource to be displayed has an access role. - * - * @author Fabien Potencier <fabien.potencier@symfony-project.com> - */ -class InsufficientAuthenticationException extends AuthenticationException -{ -} |