summaryrefslogtreecommitdiffstats
path: root/Acl/Exception
diff options
context:
space:
mode:
authorNeophy7e <kbentoumi@gmail.com>2015-03-20 21:59:46 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2015-03-21 18:52:06 +0100
commit392a5d13bca0f0559fef926b7a28a00353d91db9 (patch)
treec3054d0e428cf0acd5d4fd40acaebc716f9481e5 /Acl/Exception
parentbd8e02ed91963286945652377ce8064252a42dd0 (diff)
downloadsymfony-security-392a5d13bca0f0559fef926b7a28a00353d91db9.zip
symfony-security-392a5d13bca0f0559fef926b7a28a00353d91db9.tar.gz
symfony-security-392a5d13bca0f0559fef926b7a28a00353d91db9.tar.bz2
[SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException
Diffstat (limited to 'Acl/Exception')
-rw-r--r--Acl/Exception/Exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Exception/Exception.php b/Acl/Exception/Exception.php
index a38c8ee..f1e1001 100644
--- a/Acl/Exception/Exception.php
+++ b/Acl/Exception/Exception.php
@@ -16,6 +16,6 @@ namespace Symfony\Component\Security\Acl\Exception;
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
-class Exception extends \Exception
+class Exception extends \RuntimeException
{
}