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
thrownewManifestFileDoesNotExistsException(sprintf('Found here "%s" or "%s".', $manifestFile, $newPath));
117
+
thrownewLogicalException(sprintf('Found here "%s" or "%s".', $manifestFile, $newPath));
118
118
}
119
119
120
120
$manifestFile = $newPath;
@@ -141,9 +141,9 @@ private function automaticSearchManifestFile(): string
141
141
}
142
142
143
143
if ($files === []) {
144
-
thrownewManifestFileDoesNotExistsException(sprintf('Define path to manifest.json, because automatic search found nothing in "%s".', $this->config->wwwDir));
144
+
thrownewLogicalException(sprintf('Define path to manifest.json, because automatic search found nothing in "%s".', $this->config->wwwDir));
145
145
} elseif (count($files) > 1) {
146
-
thrownewManifestFileDoesNotExistsException(sprintf('Define path to manifest.json, because automatic search found many manifest.json files %s.', implode(', ', $files)));
146
+
thrownewLogicalException(sprintf('Define path to manifest.json, because automatic search found many manifest.json files %s.', implode(', ', $files)));
0 commit comments