diff options
Diffstat (limited to 'Acl/Exception/InvalidDomainObjectException.php')
-rw-r--r-- | Acl/Exception/InvalidDomainObjectException.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Acl/Exception/InvalidDomainObjectException.php b/Acl/Exception/InvalidDomainObjectException.php index 12f0b9a..b21d1c9 100644 --- a/Acl/Exception/InvalidDomainObjectException.php +++ b/Acl/Exception/InvalidDomainObjectException.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\Acl\Exception; /** |