diff options
Diffstat (limited to 'Acl/Exception/Exception.php')
-rw-r--r-- | Acl/Exception/Exception.php | 2 |
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 { } |