package point

import (
	"errors"
)

var (
	ErrorBadConfiguration = errors.New("Bad configuration.")
)