mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 14:02:47 +08:00
去掉Error类里面的多余调试代码
This commit is contained in:
@@ -41,7 +41,7 @@ class Error {
|
||||
case E_PARSE:
|
||||
case E_CORE_ERROR:
|
||||
case E_COMPILE_ERROR:
|
||||
case E_USER_ERROR:echo ("2");
|
||||
case E_USER_ERROR:
|
||||
$errorStr = "[$errno] $errstr ".$errfile." 第 $errline 行.";
|
||||
Log::write($errorStr,'ERROR');
|
||||
self::halt($errorStr);
|
||||
|
||||
Reference in New Issue
Block a user