mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
added parent constructor call in Twig_SyntaxError
git-svn-id: http://svn.twig-project.org/trunk@66 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -30,6 +30,8 @@ class Twig_SyntaxError extends Twig_Error
|
||||
$this->rawMessage = $message;
|
||||
|
||||
$this->updateRepr();
|
||||
|
||||
parent::__construct($this->message, $lineno);
|
||||
}
|
||||
|
||||
public function getFilename()
|
||||
|
||||
Reference in New Issue
Block a user