mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: ok it's an Error then
This commit is contained in:
parent
9e9be4351f
commit
edeff46f3f
@ -59,7 +59,7 @@ while (1) {
|
||||
|
||||
try {
|
||||
$status = dpinger_status();
|
||||
} catch (Exception $e) {
|
||||
} catch (\Error $e) {
|
||||
sleep($poll);
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user