validator = $validator; parent::__construct($message, $code, $previous); } public function getValidator(): Validator { return $this->validator; } }