You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Enforcer class there's a message talking about the property value being invalid. What this actually means is that the property couldn't be accessed on the object (the subject) so the evaluation can't happen. This throws an exception right now but the message is a bit cryptic.
This could probably be made clearer.
The text was updated successfully, but these errors were encountered:
In the
Enforcer
class there's a message talking about the property value being invalid. What this actually means is that the property couldn't be accessed on the object (thesubject
) so the evaluation can't happen. This throws an exception right now but the message is a bit cryptic.This could probably be made clearer.
The text was updated successfully, but these errors were encountered: