package helper import "errors" var ErrorParamCountMismatch = errors.New("param count mismatched")