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