You are here

public function Twig_Error::guess in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Error.php \Twig_Error::guess()

File

vendor/Twig/Error.php, line 133

Class

Twig_Error
Twig base exception.

Code

public function guess() {
  $this
    ->guessTemplateInfo();
  $this
    ->updateRepr();
}