[SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException

This commit is contained in:
Neophy7e 2015-03-20 21:59:46 +01:00 committed by Fabien Potencier
parent a3dc823983
commit 9dcae6bf62

View File

@ -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
{
}