php-censor/src/PHPCensor/View/exception.phtml
2016-07-20 18:27:32 +06: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>