mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-18 04:48:39 +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