github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/app/router/errors.generated.go (about) 1 package router 2 3 import "github.com/v2fly/v2ray-core/v5/common/errors" 4 5 type errPathObjHolder struct{} 6 7 func newError(values ...interface{}) *errors.Error { 8 return errors.New(values...).WithPathObj(errPathObjHolder{}) 9 }