MCPcopy Create free account
hub / github.com/TruthHun/BookStack / ErrorController

Struct ErrorController

controllers/ErrorController.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package controllers
2
3type ErrorController struct {
4 BaseController
5}
6
7func (this *ErrorController) Error404() {
8 this.TplName = "errors/404.html"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected