1 <div
class=
"exception">
3 <?php
foreach ($name as $i => $nameSection): ?>
4 <?php
if ($i == count($name) - 1): ?>
5 <span
class=
"exc-title-primary"><?php echo
$tpl->escape($nameSection) ?></span>
7 <?php echo
$tpl->escape($nameSection) .
' \\' ?>
11 <span title=
"Exception Code">(<?php echo
$tpl->escape(
$code) ?>)</span>
13 <button
id=
"copy-button" class=
"clipboard" data-clipboard-target=
"plain-exception" title=
"copy exception into clipboard"></button>
14 <span
id=
"plain-exception"><?php echo
$tpl->escape($plain_exception) ?></span>
16 <p
class=
"exc-message">
17 <?php echo
$tpl->escape($message) ?>