From 9dcae6bf62f0bcd6e15303f352c19b7bf0290f5e Mon Sep 17 00:00:00 2001 From: Neophy7e Date: Fri, 20 Mar 2015 21:59:46 +0100 Subject: [PATCH] [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException --- src/Symfony/Component/Security/Acl/Exception/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Acl/Exception/Exception.php b/src/Symfony/Component/Security/Acl/Exception/Exception.php index a38c8ee46c..f1e100157e 100644 --- a/src/Symfony/Component/Security/Acl/Exception/Exception.php +++ b/src/Symfony/Component/Security/Acl/Exception/Exception.php @@ -16,6 +16,6 @@ namespace Symfony\Component\Security\Acl\Exception; * * @author Johannes M. Schmitt */ -class Exception extends \Exception +class Exception extends \RuntimeException { }