Fixing Exception usage
Publish PHP Package / docker (push) Successful in 6s Details

This commit is contained in:
Pavel Shevaev 2025-04-29 16:35:56 +03:00
parent 1c7f64d340
commit 3dafb71a55
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function gamectl_check_lock()
{
$pid = file_get_contents($lock);
}
catch(Exception $e) {}
catch(\Exception $e) {}
if($last_pid !== $pid)
{