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

Method Error403

controllers/ErrorController.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (this *ErrorController) Error403() {
12 this.TplName = "errors/403.html"
13}
14
15func (this *ErrorController) Error500() {
16 this.TplName = "errors/error.html"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected