no message

This commit is contained in:
2025-06-24 14:28:02 +02:00
parent c06141672d
commit ac93ba44ba

View File

@@ -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");
}
}