Files
v2fly/proxy/wireguard/outbound/errors.generated.go
T

10 lines
222 B
Go
Raw Normal View History

2026-02-19 20:01:29 +00:00
package outbound
import "github.com/v2fly/v2ray-core/v5/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}