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

Method parseHTTPErrorHandler

mvc/controller.go:399–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397}
398
399func (c *ControllerActivator) parseHTTPErrorHandler() {
400 if m, ok := c.Type.MethodByName(handleHTTPErrorMethodName); ok {
401 c.handleHTTPError(m.Name)
402 }
403}
404
405// register all available, exported methods to handlers if possible.
406func (c *ControllerActivator) parseMethods() {

Callers 1

activateMethod · 0.95

Calls 1

handleHTTPErrorMethod · 0.95

Tested by

no test coverage detected