violations = $violations; $this->value = $value; parent::__construct($violations); } public function getValue() { return $this->value; } public function getViolations() : ConstraintViolationListInterface { return $this->violations; } }