Skip to content
Snippets Groups Projects

Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.

Merged Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.
All threads resolved!
All threads resolved!
4 files
+ 143
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,7 +7,6 @@ namespace Drupal\Tests\package_manager\Kernel;
use Composer\Json\JsonFile;
use Drupal\Component\Serialization\Json;
use Drupal\Core\DependencyInjection\ContainerBuilder;
use Drupal\KernelTests\KernelTestBase;
use Drupal\package_manager\InstalledPackage;
use PhpTuf\ComposerStager\Domain\Exception\RuntimeException;
Loading