Skip to content

Instantly share code, notes, and snippets.

@uglyeoin
Last active October 25, 2019 17:59
Show Gist options
  • Save uglyeoin/58f613177d8e39f28a461f8bc3066e69 to your computer and use it in GitHub Desktop.
Save uglyeoin/58f613177d8e39f28a461f8bc3066e69 to your computer and use it in GitHub Desktop.
<div style="font-size:11px;display:inline-block;float:right;opacity:.55;">
<div><b>details:</b></div>
<span class="label label-inverse">[<?php echo $this->error->getCode(); ?>] </span>
<span style="padding-left:1em;"><?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8');?></span>
<div><?php echo $this->error->getFile(). ' <span style="padding-left:2em;font-size:.8em;opacity:.5;">line:</span><i>'.$this->error->getLine().'</i>'; ?></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment