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
Currently our ValidationUtils validation throws an Exception in case we pass a random entity or an evcs specifically for which we haven't implemented a validation method.
We should just log that we haven't implemented one yet and don't let the validation fail.