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
Don't just throw UnknownKeyException if a key is present but not accessible. Inform the user which inacessible keys in the target object match the key. Preferably explain the reason for their inaccessibility (non-public class, non-public member etc)
The text was updated successfully, but these errors were encountered:
Don't just throw
UnknownKeyException
if a key is present but not accessible. Inform the user which inacessible keys in the target object match the key. Preferably explain the reason for their inaccessibility (non-public class, non-public member etc)The text was updated successfully, but these errors were encountered: