think\exception\TemplateNotFoundException::getTemplate PHP Method

getTemplate() public method

获取模板文件
public getTemplate ( ) : string
return string
    public function getTemplate()
    {
        return $this->template;
    }
TemplateNotFoundException