package types
import "errors"
var ErrDriverNotImplemented = errors.New("driver method not implemented")