Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1e9762

Browse files
committed
s/Throwable/Exception
1 parent 372bd78 commit b1e9762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function warmUp(string $cacheDir)
5959

6060
try {
6161
$this->dumpExtension($extension, $generator);
62-
} catch (\Throwable $e) {
62+
} catch (\Exception $e) {
6363
if ($this->logger) {
6464
$this->logger->warning('Failed to generate ConfigBuilder for extension {extensionClass).', ['exception' => $e, 'extensionClass' => \get_class($extension)]);
6565
}

0 commit comments

Comments
 (0)