public function__construct(?array $options = null) {
if (\is_array($options) && \array_key_exists('groups', $options)) {
thrownewConstraintDefinitionException(\sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__));
}
parent::__construct($options);
}