1
0
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:
Gerasimos (Makis) Maropoulos
2020-08-22 08:04:22 +03:00
parent a018ba9b0a
commit 8e049d77c9
15 changed files with 186 additions and 16 deletions

View File

@@ -0,0 +1 @@
<h3>Not Found Custom Page Rendered through Controller's HandleHTTPError</h3>

View File

@@ -0,0 +1 @@
<h3>Internal Server Err</h3>

View File

@@ -0,0 +1 @@
<h1>Unexpected Error</h1>