Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
controllers
2
3
type
ErrorController
struct
{
4
BaseController
5
}
6
7
func
(this *ErrorController) Error404() {
8
this.TplName =
"errors/404.html"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected