Should exit with status code 5 on audit error
bool $errorOnAudit:
Installer
public function setErrorOnAudit(bool $errorOnAudit) : self { $this->errorOnAudit = $errorOnAudit; return $this; }