From b19cdd4646b20972dca139d88f05b4361a104d12 Mon Sep 17 00:00:00 2001 From: Majkel Date: Fri, 13 Sep 2024 11:24:06 +0200 Subject: [PATCH] hotfix --- src/Lemon/Http/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lemon/Http/Session.php b/src/Lemon/Http/Session.php index 2e97087..86de571 100644 --- a/src/Lemon/Http/Session.php +++ b/src/Lemon/Http/Session.php @@ -28,7 +28,7 @@ public function __destruct() // well this is terrible session_gc(); session_commit(); - } catch (Exception $e) {} + } catch (\Exception $e) {} } /**