diff --git a/rules/S5808/java/rule.adoc b/rules/S5808/java/rule.adoc index 3102366707..cb1aabfeaf 100644 --- a/rules/S5808/java/rule.adoc +++ b/rules/S5808/java/rule.adoc @@ -86,6 +86,10 @@ public class MyPermissionEvaluator implements PermissionEvaluator { } ---- +== Exceptions + +No issue is reported when the method throws an exception as it might be used to indicate a strong decision. + include::../see.adoc[] ifdef::env-github,rspecator-view[]