(ctx *Context, err error)
| 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) |