module->getService(DeletedObjectsService::class); try { $response = $deletedObjectsService->handleDeletedObjectsSync($jobId, $this->startTime); $this->exitWithResponse($response); } catch (PrestaShopDatabaseException $exception) { $this->exitWithExceptionMessage($exception); } catch (EnvVarException $exception) { $this->exitWithExceptionMessage($exception); } } }