diff options
Diffstat (limited to 'Exception/UsernameNotFoundException.php')
-rw-r--r-- | Exception/UsernameNotFoundException.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Exception/UsernameNotFoundException.php b/Exception/UsernameNotFoundException.php deleted file mode 100644 index c6fcb18..0000000 --- a/Exception/UsernameNotFoundException.php +++ /dev/null @@ -1,21 +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; - -/** - * UsernameNotFoundException is thrown if a User cannot be found by its username. - * - * @author Fabien Potencier <fabien.potencier@symfony-project.com> - */ -class UsernameNotFoundException extends AuthenticationException -{ -} |