Files
2024-10-24 09:53:23 +07:00

6 lines
100 B
Go

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