Fixing Exception usage
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
1c7f64d340
commit
3dafb71a55
|
@ -33,7 +33,7 @@ function gamectl_check_lock()
|
|||
{
|
||||
$pid = file_get_contents($lock);
|
||||
}
|
||||
catch(Exception $e) {}
|
||||
catch(\Exception $e) {}
|
||||
|
||||
if($last_pid !== $pid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue