Skip to content

Commit 7a4f276

Browse files
committed
Shorten useless exception message ^^
1 parent 16fed9a commit 7a4f276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TemplateEngineChunk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function setTemplateFile($template_file)
121121
$this->template_file = $template_file;
122122
$this->view = $this->wire('factory')->load($template_file);
123123
if ($this->view === null) {
124-
throw new WireException("View for chunk {$this->chunk_file} does not exist, looked at '$template_file'");
124+
throw new WireException("View for chunk {$this->chunk_file} does not exist");
125125
}
126126

127127
return $this;

0 commit comments

Comments
 (0)