mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Catch Exception in PPA
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user