错误编码

This commit is contained in:
thinkphp
2015-12-12 08:16:59 +08:00
parent 28508f690a
commit af19146ec0
8 changed files with 19 additions and 17 deletions

View File

@@ -256,7 +256,7 @@ class Loader
}
} else {
throw new Exception('_CLASS_NOT_EXIST_:' . $class);
throw new Exception('class not exist :' . $class, 10007);
}
}