^ "public_index_exception"
^ App\Module\Content\Domain\Model\Article\ArticleDoesNotExistException {#250
#message: "文章不存在"
#code: 0
#file: "/www/wwwroot/shixueyi.com/web/library/App/Module/Content/Application/ArticleService.php"
#line: 28
trace: {
/www/wwwroot/shixueyi.com/web/library/App/Module/Content/Application/ArticleService.php:28 {
App\Module\Content\Application\ArticleService->getArticle($id) …
› if ($article === null) {
› throw new ArticleDoesNotExistException();
› }
}
/www/wwwroot/shixueyi.com/web/library/App/Module/Content/Application/ArticleService.php:95 {
App\Module\Content\Application\ArticleService->getArticleInfo($id) …
› {
› $article = $this->getArticle($id);
› $assembler = $this->articleDtoAssembler();
}
/www/wwwroot/shixueyi.com/web/apps/web-v2/modules/Article/controllers/View.php:25 {
ViewController->indexAction() …
› $articleService = RegistryServiceProvider::ArticleService();
› $article = $articleService->getArticleInfo($id);
› if ($article['cid']) {
}
ViewController->indexAction() {}
/www/wwwroot/shixueyi.com/web/public/index.php:64 {
› $app = new \Yaf\Application(APP_PATH.'/config/application.ini');
› $app->bootstrap()->run();
› } catch (\Error $exception) {
}
}
}