mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
HandleHTTPError MVC Method as requested at #1595. Read HISTORY.md
example at: https://github.com/kataras/iris/tree/master/_examples/mvc/error-handler-http
This commit is contained in:
1
_examples/mvc/error-handler-http/views/404.html
Normal file
1
_examples/mvc/error-handler-http/views/404.html
Normal file
@@ -0,0 +1 @@
|
||||
<h3>Not Found Custom Page Rendered through Controller's HandleHTTPError</h3>
|
||||
1
_examples/mvc/error-handler-http/views/500.html
Normal file
1
_examples/mvc/error-handler-http/views/500.html
Normal file
@@ -0,0 +1 @@
|
||||
<h3>Internal Server Err</h3>
|
||||
@@ -0,0 +1 @@
|
||||
<h1>Unexpected Error</h1>
|
||||
Reference in New Issue
Block a user