392.
393.
394. if (false === $e->getTemplateLine()) {
395. $e->setTemplateLine(-1);
396. $e->guess();
397. }
398.
399. throw $e;
400. } catch (Exception $e) {
401. throw new Twig_Error_Runtime(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getTemplateName(), $e);
402. }
403. }
404.
405.
406.
407.
408.
409.
410.
411. abstract protected function doDisplay(array $context, array $blocks = array());