Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function render()
 {
     try {
         return parent::render();
     } catch (TemplateRenderingException $exception) {
         throw new FileTemplateRenderingException($this->file_identifier, $exception);
     } catch (LangNotFoundException $exception) {
         throw new FileTemplateRenderingException($this->file_identifier, $exception);
     }
 }