diff options
Diffstat (limited to 'Acl/Exception/NoAceFoundException.php')
-rw-r--r-- | Acl/Exception/NoAceFoundException.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |