1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-23 03:45:56 +00:00

add MapErrorFunc, MapErrors and HandleError to x/errors sub-package

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-12-29 23:45:36 +02:00
parent fb8d8d0881
commit efe953583a
2 changed files with 68 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Changes apply to `main` branch.
- New `x/errors.ErrorCodeName.MapErrorFunc`, `x/errors.ErrorCodeName.MapErrors` methods and `x/errors.HandleError` package-level function.
# Sun, 05 Nov 2023 | v12.2.8
- A new way to customize the handler's parameter among with the `hero` and `mvc` packages. New `iris.NewContextWrapper` and