//
pkg.gl
Category
github.com/kataras/iris/v12
middleware
recover
package
12.2.11
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
5
Dependents
68
Files
78 SLOC
#
Functions
New
New returns a new recovery middleware, it recovers from panics and logs the panic message to the application's logger "Warn" level.
PanicRecoveryError
PanicRecoveryError returns a new ErrPanicRecovery error.