Exception
public function reverseList() : bool { if (!$this->hasReverseList()) { throw new Exception(); } return $this->reverseList; }