Exception
public function iniSettings() : array { if (!$this->hasIniSettings()) { throw new Exception(); } return $this->iniSettings; }