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, any invalid license expression will cause an exception with a fairly generic message.
Rather than throwing an exception, we can create new class "InvalidLicenseExpression" which would contain the error message details and the original license expression string. When Verify is called, we can return a rather detailed string.