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

Method Error404

controllers/ErrorController.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7func (this *ErrorController) Error404() {
8 this.TplName = "errors/404.html"
9}
10
11func (this *ErrorController) Error403() {
12 this.TplName = "errors/403.html"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected