Fixed namespaces (PHPCI -> PHPCensor)
This commit is contained in:
parent
60d74b0b44
commit
60a2b7282a
238 changed files with 1014 additions and 863 deletions
9
src/PHPCensor/View/exception.phtml
Normal file
9
src/PHPCensor/View/exception.phtml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue