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
Updated ReverseTopicMappingService to use InvalidOperationException
Previously, several validators used the `InvalidEnumArgumentException`, which makes sense if validating the argument of e.g. an `Attribute`, but these particular validators aren't doing that. Fell back to the more general `InvalidOperationException`. As these are primarily intended to validate design decisions, they aren't expected to impact any implementations.
0 commit comments