value = $resourceRetriever(); } catch (NodeFatalException $exception) { $this->exception = $exception; } } public function value() { return $this->value; } public function exception(): ?NodeFatalException { return $this->exception; } }