Last active
October 25, 2019 17:59
-
-
Save uglyeoin/58f613177d8e39f28a461f8bc3066e69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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