Catch Exception in PPA

This commit is contained in:
DariusIII
2019-01-31 12:42:27 +01:00
parent f18a97a962
commit a5274755d1
@@ -1060,7 +1060,7 @@ class ProcessAdditional
try {
// Get a summary of the compressed file.
$dataSummary = $this->_archiveInfo->getSummary(true);
} catch (\ExceptionWithThrowable $exception) {
} catch (\Exception $exception) {
//Log the exception and continue to next item
if (config('app.debug') === true) {
Log::warning($exception->getTraceAsString());