You are here

public function Twig_Error::guess in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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();
}