File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function gc(): array
139139 @unlink ($ path );
140140 try {
141141 $ deleted [] = Uuid::fromString ($ entry );
142- } catch (\InvalidArgumentException | \ Throwable $ e ) {
142+ } catch (\Throwable $ e ) {
143143 // ignore non-UUID file names
144144 }
145145 }
@@ -176,7 +176,7 @@ public function getAllSessionIds(): array
176176
177177 try {
178178 $ sessionIds [] = Uuid::fromString ($ entry );
179- } catch (\InvalidArgumentException | \ Throwable $ e ) {
179+ } catch (\Throwable $ e ) {
180180 // ignore non-UUID sessions
181181 }
182182 }
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public function getAllSessionIds(): array
105105 if ($ this ->exists ($ uuid )) {
106106 $ validSessionIds [] = $ uuid ;
107107 }
108- } catch (\InvalidArgumentException | \ Throwable $ e ) {
108+ } catch (\Throwable $ e ) {
109109 // Skip invalid UUIDs
110110 }
111111 }
You can’t perform that action at this time.
0 commit comments