You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -292,7 +292,7 @@ protected function warmUp(): int
292
292
);
293
293
294
294
if (empty($listOfTables)) {
295
-
throw (newUpgradeException($this->translator->trans('No valid tables were found to back up. Backup of database canceled.')))->setSeverity(UpgradeException::SEVERITY_ERROR);
295
+
throw (newProcessException($this->translator->trans('No valid tables were found to back up. Backup of database canceled.')))->setSeverity(ProcessException::SEVERITY_ERROR);
@@ -102,7 +102,7 @@ public function downloadArchive(): void
102
102
$this->logger->error($this->translator->trans('Download complete but MD5 sum does not match (%s).', [$md5file]));
103
103
$this->next = TaskName::TASK_ERROR;
104
104
}
105
-
} catch (UpgradeException$e) {
105
+
} catch (ProcessException$e) {
106
106
$this->logger->error($this->translator->trans('The .zip archive could not be downloaded. The update is currently impossible. Please try again later.'));
0 commit comments