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