1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-05 03:07:38 +00:00

add some MVC error handle examples

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-18 23:14:11 +03:00
parent 35ab1de212
commit 4228dd8ea4
14 changed files with 324 additions and 3 deletions

View File

@@ -214,6 +214,10 @@
* [Login (Repository and Service layers)](mvc/login)
* [Login (Single Responsibility)](mvc/login-mvc-single-responsibility)
* [Vue.js Todo App](mvc/vuejs-todo-mvc)
* [Error Handler](mvc/error-handler)
* [Handle errors using mvc.Result](mvc/error-handler-custom-result)
* [Handle errors using PreflightResult](mvc/error-handler-preflight)
* [Handle errors by hijacking the result](mvc/error-handler-hijack)
* [Bootstrapper](bootstrapper)
* Desktop Applications
* [The blink package](desktop/blink)