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