From ba01456f2e97d7945eff0800860a302d6c4a46da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 4 Jan 2021 16:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/BaseObject.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index 444e47ca..7e82a9d9 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -173,6 +173,7 @@ class BaseObject implements Configure */ public function error(mixed $message, $method = null, $file = null) { + var_dump(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)); if (!empty($file)) { echo "\033[41;37m[ERROR][" . date('Y-m-d H:i:s') . ']: ' . $file . "\033[0m"; echo PHP_EOL;