Update PPA class

This commit is contained in:
DariusIII
2018-10-28 14:22:17 +01:00
parent 83ee85b447
commit cefc113438
2 changed files with 4 additions and 0 deletions
@@ -1924,6 +1924,8 @@ class ProcessAdditional
//We show no error at all, we failed to save the frame and move on
} catch (\InvalidArgumentException $e) {
//We do nothing, just prevent displaying errors because the file cannot be open(corrupted or incomplete file)
} catch (\Throwable $e) {
//Again we do nothing, we just want to catch the error
}
}