diff options
Diffstat (limited to 'Exception/AuthenticationServiceException.php')
-rw-r--r-- | Exception/AuthenticationServiceException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Exception/AuthenticationServiceException.php b/Exception/AuthenticationServiceException.php index bf10449..c1b34dd 100644 --- a/Exception/AuthenticationServiceException.php +++ b/Exception/AuthenticationServiceException.php @@ -1,7 +1,5 @@ <?php -namespace Symfony\Component\Security\Exception; - /* * This file is part of the Symfony package. * @@ -11,6 +9,8 @@ namespace Symfony\Component\Security\Exception; * file that was distributed with this source code. */ +namespace Symfony\Component\Security\Exception; + /** * AuthenticationServiceException is thrown when an authentication request could not be processed due to a system problem. * |