Skip to content

Commit

Permalink
add entry type to throw exception
Browse files Browse the repository at this point in the history
  • Loading branch information
fullpipe committed Dec 30, 2016
1 parent 56daf30 commit ae1bc89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function parse(\Twig_Token $token)
$assets[] = $this->generateHtml($entryPath);
} else {
throw new \Twig_Error_Loader(
'Webpack entry ' . $entryName . ' not exists.',
'Webpack ' . $this->type() . ' entry ' . $entryName . ' not exists.',
$token->getLine(),
$stream->getFilename()
);
Expand Down

0 comments on commit ae1bc89

Please sign in to comment.