diff options
Diffstat (limited to 'Exception/UnsupportedAccountException.php')
-rw-r--r-- | Exception/UnsupportedAccountException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Exception/UnsupportedAccountException.php b/Exception/UnsupportedAccountException.php index 841e0b7..723e397 100644 --- a/Exception/UnsupportedAccountException.php +++ b/Exception/UnsupportedAccountException.php @@ -1,5 +1,14 @@ <?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; /** |