Clean up Utils error handling functions (internal)

This commit is contained in:
Dylan K. Taylor
2018-12-16 17:50:00 +00:00
parent b80868040e
commit 34a899e28b
5 changed files with 36 additions and 21 deletions

View File

@ -2173,7 +2173,7 @@ class Server{
"fullFile" => $e->getFile(),
"file" => $errfile,
"line" => $errline,
"trace" => Utils::getTrace(0, $trace)
"trace" => Utils::printableTrace($trace)
];
global $lastExceptionError, $lastError;