Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 392a5d1

Browse files
BentoumiTechfabpot
authored andcommitted
[SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException
1 parent bd8e02e commit 392a5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Acl/Exception/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Johannes M. Schmitt <[email protected]>
1818
*/
19-
class Exception extends \Exception
19+
class Exception extends \RuntimeException
2020
{
2121
}

0 commit comments

Comments
 (0)