示例#1
0
 /**
  * The informator that prints the currently compiled template name
  * for the compilation errors.
  *
  * @internal
  * @param Opt_Exception $exception Exception
  */
 protected function _printTemplateInfo($exception)
 {
     echo "\t\t<p class=\"directive\">Template: <span>" . Opt_Compiler_Class::getCurrentTemplate() . "</span></p>\r\n";
 }