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 27d8f00 commit 2ecfeceCopy full SHA for 2ecfece
tests/Storages/FileStorage.deadlock.phpt
@@ -21,7 +21,7 @@ try {
21
$cache->load('key', function () {
22
throw new Exception;
23
});
24
-} catch (Exception $e) {
+} catch (Throwable $e) {
25
}
26
27
Assert::noError(function () use ($cache) {
0 commit comments