RuntimeException on PHP < 8.3
public function collectorTime() : float { if ($this->collectorTime === null) { throw new RuntimeException('Information not available'); } return $this->collectorTime; }