leaf-library-3/internal/consts/model.go

8 lines
89 B
Go
Raw Normal View History

2024-12-05 17:44:29 +00:00
package consts
import "errors"
var (
ErrPageNotFound = errors.New("page not found")
)