()
| 9 | } |
| 10 | |
| 11 | func (this *ErrorController) Error403() { |
| 12 | this.TplName = "errors/403.html" |
| 13 | } |
| 14 | |
| 15 | func (this *ErrorController) Error500() { |
| 16 | this.TplName = "errors/error.html" |
nothing calls this directly
no outgoing calls
no test coverage detected