Example #1
0
 protected function _init_render()
 {
     try {
         return parent::_init_render();
     } catch (Exception\TemplateMissingException $e) {
         throw new Exception\PartialMissingException($e->getMessage(), 0, $e);
     }
 }