api-platform/pkg/consts/model.go

8 lines
89 B
Go
Raw Permalink Normal View History

2024-11-21 11:25:32 +00:00
package consts
import "errors"
var (
ErrPageNotFound = errors.New("page not found")
)