mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
错误编码
This commit is contained in:
@@ -256,7 +256,7 @@ class Loader
|
||||
}
|
||||
|
||||
} else {
|
||||
throw new Exception('_CLASS_NOT_EXIST_:' . $class);
|
||||
throw new Exception('class not exist :' . $class, 10007);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user