1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00
Files
kararas_iris/_benchmarks/iris-mvc-templates/models/http_error.go
2017-08-20 10:42:31 +03:00

8 lines
127 B
Go

package models
// HTTPError a silly structure to keep our error page data.
type HTTPError struct {
Title string
Code int
}