Skip to content

Commit 2ecfece

Browse files
committed
cs
1 parent 27d8f00 commit 2ecfece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Storages/FileStorage.deadlock.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ try {
2121
$cache->load('key', function () {
2222
throw new Exception;
2323
});
24-
} catch (Exception $e) {
24+
} catch (Throwable $e) {
2525
}
2626

2727
Assert::noError(function () use ($cache) {

0 commit comments

Comments
 (0)