package amo

import "errors"

var (
	ErrTooManyEntities = errors.New("too many entities")
)