From ac93ba44ba1bd8a621531761c6cef30376bb8333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 24 Jun 2025 14:28:02 +0200 Subject: [PATCH] no message --- PV_Visu/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PV_Visu/module.php b/PV_Visu/module.php index 6a4d09c..812eace 100644 --- a/PV_Visu/module.php +++ b/PV_Visu/module.php @@ -76,7 +76,7 @@ class PV_Visu extends IPSModule if ($Ident === 'update') { $this->UpdateData(); } else { - throw new UnexpectedValueException("Unknown Ident $Ident"); + throw new \UnexpectedValueException("Unknown Ident $Ident"); } }