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
Selector::isValid() is currently used by callers before creating a Selector. In all those cases an exception is thrown if it is not valid. It would be cleaner if the Selector constructor handled that check and itself threw the exception.
However, there may be cases where a Selector is constructed without this check, including in third-party code...
The text was updated successfully, but these errors were encountered:
Selector::isValid()
is currently used by callers before creating aSelector
. In all those cases an exception is thrown if it is not valid. It would be cleaner if theSelector
constructor handled that check and itself threw the exception.However, there may be cases where a
Selector
is constructed without this check, including in third-party code...The text was updated successfully, but these errors were encountered: