diff options
Diffstat (limited to 'Acl/Exception')
-rw-r--r-- | Acl/Exception/AclAlreadyExistsException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/AclNotFoundException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/ConcurrentModificationException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/Exception.php | 2 | ||||
-rw-r--r-- | Acl/Exception/InvalidDomainObjectException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/NoAceFoundException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/NotAllAclsFoundException.php | 2 | ||||
-rw-r--r-- | Acl/Exception/SidNotLoadedException.php | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Acl/Exception/AclAlreadyExistsException.php b/Acl/Exception/AclAlreadyExistsException.php index 18658b7..512da7f 100644 --- a/Acl/Exception/AclAlreadyExistsException.php +++ b/Acl/Exception/AclAlreadyExistsException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class AclAlreadyExistsException extends Exception { -}
\ No newline at end of file +} diff --git a/Acl/Exception/AclNotFoundException.php b/Acl/Exception/AclNotFoundException.php index 8de1ea5..bd66c00 100644 --- a/Acl/Exception/AclNotFoundException.php +++ b/Acl/Exception/AclNotFoundException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class AclNotFoundException extends Exception { -}
\ No newline at end of file +} diff --git a/Acl/Exception/ConcurrentModificationException.php b/Acl/Exception/ConcurrentModificationException.php index 34d2775..a527d9c 100644 --- a/Acl/Exception/ConcurrentModificationException.php +++ b/Acl/Exception/ConcurrentModificationException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class ConcurrentModificationException extends Exception { -}
\ No newline at end of file +} diff --git a/Acl/Exception/Exception.php b/Acl/Exception/Exception.php index f99cb05..d381c57 100644 --- a/Acl/Exception/Exception.php +++ b/Acl/Exception/Exception.php @@ -18,4 +18,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class Exception extends \Exception { -}
\ No newline at end of file +} diff --git a/Acl/Exception/InvalidDomainObjectException.php b/Acl/Exception/InvalidDomainObjectException.php index 20e91b5..fc1a646 100644 --- a/Acl/Exception/InvalidDomainObjectException.php +++ b/Acl/Exception/InvalidDomainObjectException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class InvalidDomainObjectException extends Exception { -}
\ No newline at end of file +} diff --git a/Acl/Exception/NoAceFoundException.php b/Acl/Exception/NoAceFoundException.php index 994efc0..4d194d9 100644 --- a/Acl/Exception/NoAceFoundException.php +++ b/Acl/Exception/NoAceFoundException.php @@ -23,4 +23,4 @@ class NoAceFoundException extends Exception { parent::__construct('No applicable ACE was found.'); } -}
\ No newline at end of file +} diff --git a/Acl/Exception/NotAllAclsFoundException.php b/Acl/Exception/NotAllAclsFoundException.php index 820d933..8e7a08f 100644 --- a/Acl/Exception/NotAllAclsFoundException.php +++ b/Acl/Exception/NotAllAclsFoundException.php @@ -44,4 +44,4 @@ class NotAllAclsFoundException extends AclNotFoundException { return $this->partialResult; } -}
\ No newline at end of file +} diff --git a/Acl/Exception/SidNotLoadedException.php b/Acl/Exception/SidNotLoadedException.php index 0353f92..cb8c4cc 100644 --- a/Acl/Exception/SidNotLoadedException.php +++ b/Acl/Exception/SidNotLoadedException.php @@ -19,4 +19,4 @@ namespace Symfony\Component\Security\Acl\Exception; */ class SidNotLoadedException extends Exception { -}
\ No newline at end of file +} |