template not exists:/home/wwwroot/chuguo.cn/app/home/view/index/404.html
/home/wwwroot/chuguo.cn/vendor/topthink/think-view/src/Think.php
146
0
        // 模板不存在 抛出异常
        if (!is_file($template)) {
            throw new TemplateNotFoundException('template not exists:' . $template, $template);
        }



#0 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/View.php(90): think\view\driver\Think->fetch()
#1 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/View.php(122): think\View->think\{closure}()
#2 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/View.php(91): think\View->getContent()
#3 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/response/View.php(90): think\View->fetch()
#4 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/Response.php(385): think\response\View->output()
#5 /home/wwwroot/chuguo.cn/vendor/topthink/framework/src/think/Response.php(131): think\Response->getContent()
#6 /home/wwwroot/chuguo.cn/public/index.php(9): think\Response->send()
#7 {main}