values = $values; } public function getMessage(): string { return $this->message; } /** * @return string[] */ public function getValues(): array { return $this->values; } }