Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1131db

Browse filesBrowse files
committed
feature #14000 [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException (Neophy7e)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #14000). Discussion ---------- [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #13154 | License | MIT | Doc PR | n/a As said in the ticket issue #13154 "change to \RuntimeException, as this is a more detailed exception, giving users the opportunity to deal with the exceptions in a cleaner way (easier distinguish between runtime and logic exceptions for one)" Commits ------- 9dcae6b [SECURITY][ACL] fixed Base ACL exceptions on the RuntimeException
2 parents a3dc823 + 9dcae6b commit d1131db
Copy full SHA for d1131db

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Security/Acl/Exception/Exception.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Exception/Exception.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
1818
*/
19-
class Exception extends \Exception
19+
class Exception extends \RuntimeException
2020
{
2121
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.