mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 13:08:40 +00:00
try to catch test server exceptions
This commit is contained in:
parent
01615d3df7
commit
ed2e2375b2
|
|
@ -421,4 +421,8 @@ function phpServe() : void
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
\phpServe();
|
try {
|
||||||
|
\phpServe();
|
||||||
|
} catch(Throwable $t) {
|
||||||
|
echo $t->getMessage();
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user