Exception
public function includePath() : string { if (!$this->hasIncludePath()) { throw new Exception(); } return $this->includePath; }