Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -1242,7 +1242,7 @@ if (!function_exists('error_trigger_format')) {
|
|||||||
function error_trigger_format(\Throwable|\Error $throwable): string
|
function error_trigger_format(\Throwable|\Error $throwable): string
|
||||||
{
|
{
|
||||||
$message = 'Throwable: ' . $throwable->getMessage() . "\r\n" . '
|
$message = 'Throwable: ' . $throwable->getMessage() . "\r\n" . '
|
||||||
' . $throwable->getFile() . " at line" . $throwable->getLine();
|
' . $throwable->getFile() . " at line " . $throwable->getLine() . "\r\n";
|
||||||
|
|
||||||
$message .= 'trance' . "\r\n";
|
$message .= 'trance' . "\r\n";
|
||||||
foreach ($throwable->getTrace() as $value) {
|
foreach ($throwable->getTrace() as $value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user