Skip to content
Snippets Groups Projects
errors.go 90 B
package tangle

import "errors"

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