phpci/PHPCI/View/exception.phtml
2014-12-02 16:26:55 +00:00

9 lines
229 B
PHTML

<div class="panel panel-danger">
<div class="box-header">
<h2 class="box-title">Sorry, there was a problem</h2>
</div>
<div class="box-body">
<?php print $exception->getMessage(); ?>
</div>
</div>