Issue #3341224: Always catch \Throwable, not \Exception and always pass the old exception when re-throwing.
All threads resolved!
Compare changes
@@ -45,8 +45,8 @@ final class ComposerSettingsValidator implements EventSubscriberInterface {
@@ -45,8 +45,8 @@ final class ComposerSettingsValidator implements EventSubscriberInterface {
$event->addErrorFromThrowable($exception, $this->t('Unable to determine Composer <code>secure-http</code> setting.'));