@@ -0,0 +1,9 @@
+package v5cfg
+
+import "github.com/v2fly/v2ray-core/v4/common/errors"
+type errPathObjHolder struct{}
+func newError(values ...interface{}) *errors.Error {
+ return errors.New(values...).WithPathObj(errPathObjHolder{})
+}
@@ -0,0 +1,3 @@
+//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen