public function Twig_Error::guess in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Error.php \Twig_Error::guess()
File
- vendor/
twig/ twig/ lib/ Twig/ Error.php, line 133
Class
- Twig_Error
- Twig base exception.
Code
public function guess() {
$this
->guessTemplateInfo();
$this
->updateRepr();
}