package tangle

import "errors"

var (
	ErrDatabaseError = errors.New("database error")
)