Add themed error pages
- Module init, post and rawContent-triggered HTTPException generate the classic bare HTTP status page - Module content-triggered HTTPException generate themed error pages - Trim System::httpExit to the bare minimum
This commit is contained in:
parent
8eba329111
commit
358baa9f62
5 changed files with 262 additions and 189 deletions
4
view/templates/exception.tpl
Normal file
4
view/templates/exception.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div id="exception" class="generic-page-wrapper">
|
||||
<h1>{{$title}}</h1>
|
||||
<p>{{$message}}</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue