github.com/xmplusdev/xray-core@v1.8.10/transport/internet/http/errors.generated.go (about) 1 package http 2 3 import "github.com/xmplusdev/xray-core/common/errors" 4 5 type errPathObjHolder struct{} 6 7 func newError(values ...interface{}) *errors.Error { 8 return errors.New(values...).WithPathObj(errPathObjHolder{}) 9 }