We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fed9a commit 7a4f276Copy full SHA for 7a4f276
1 file changed
TemplateEngineChunk.php
@@ -121,7 +121,7 @@ public function setTemplateFile($template_file)
121
$this->template_file = $template_file;
122
$this->view = $this->wire('factory')->load($template_file);
123
if ($this->view === null) {
124
- throw new WireException("View for chunk {$this->chunk_file} does not exist, looked at '$template_file'");
+ throw new WireException("View for chunk {$this->chunk_file} does not exist");
125
}
126
127
return $this;
0 commit comments