Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl authored Sep 13, 2024
1 parent 75b0a81 commit b19cdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lemon/Http/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __destruct()
// well this is terrible
session_gc();
session_commit();
} catch (Exception $e) {}
} catch (\Exception $e) {}

Check failure on line 31 in src/Lemon/Http/Session.php

View workflow job for this annotation

GitHub Actions / build

Dead catch - Exception is never thrown in the try block.
}

/**
Expand Down

0 comments on commit b19cdd4

Please sign in to comment.