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