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
Classes/methods that take argument as option should be able to throw an exception when we try to set an invalid one. InvalidOptionValue will serve that purpose. For example, AmpBindAttributes filter should throw error when we try to set an invalid value for Option::AMP_BIND_SYNTAX option.
The text was updated successfully, but these errors were encountered:
Classes/methods that take argument as option should be able to throw an exception when we try to set an invalid one.
InvalidOptionValue
will serve that purpose. For example,AmpBindAttributes
filter should throw error when we try to set an invalid value forOption::AMP_BIND_SYNTAX
option.The text was updated successfully, but these errors were encountered: