array<string,mixed>|null $options:
string[]|null $groups:
Overrides Constraint::__construct
public function __construct(?array $options = null, ?string $message = null, ?array $groups = null, mixed $payload = null) { parent::__construct($options ?? [], $groups, $payload); $this->message = $message ?? $this->message; }