dataManager = $dataManager; } public function run(): void { try { $this->dataManager->rebuild(); } catch (Exception $e) { echo "Error: " . $e->getMessage() . "\n"; exit(1); } } }