system: ok it's an Error then

This commit is contained in:
Franco Fichtner 2023-10-19 13:14:20 +02:00
parent 9e9be4351f
commit edeff46f3f

View File

@ -59,7 +59,7 @@ while (1) {
try {
$status = dpinger_status();
} catch (Exception $e) {
} catch (\Error $e) {
sleep($poll);
continue;
}