We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ea57f commit de671f4Copy full SHA for de671f4
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
@@ -44,8 +44,8 @@ public function process(ContainerBuilder $container)
44
$this->completeDefinition($id, $definition);
45
}
46
47
- } catch (\Error $e) {
48
} catch (\Exception $e) {
+ } catch (\Throwable $e) {
49
50
51
spl_autoload_unregister($throwingAutoloader);
0 commit comments