mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
try to catch test server exceptions
This commit is contained in:
parent
ed2e2375b2
commit
aab71632c3
|
|
@ -423,6 +423,6 @@ function phpServe() : void
|
|||
|
||||
try {
|
||||
\phpServe();
|
||||
} catch(Throwable $t) {
|
||||
} catch(\Throwable $t) {
|
||||
echo $t->getMessage();
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user