MCPcopy Create free account
hub / github.com/kataras/iris / HandleContextError

Method HandleContextError

context/context.go:4267–4267  ·  view source on GitHub ↗
(ctx *Context, err error)

Source from the content-addressed store, hash-verified

4265 // See Application.SetContextErrorHandler for more.
4266 ErrorHandler interface {
4267 HandleContextError(ctx *Context, err error)
4268 }
4269 // ErrorHandlerFunc a function shortcut for ErrorHandler interface.
4270 ErrorHandlerFunc func(ctx *Context, err error)

Callers 1

handleContextErrorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected