Example #1
0
 /**
  * @return string
  */
 public function getHtml()
 {
     $vars = $this->getHandler()->getVars();
     $this->formatBacktrace($vars['stack']);
     $this->convertTypeToString($vars['type']);
     View::set($vars);
     return View::get($this->getTemplate());
 }