Files
v2fly/app/tun/device/gvisor/errors.generated.go
T

10 lines
220 B
Go
Raw Normal View History

2023-05-29 08:34:33 +08:00
package gvisor
2023-05-28 12:18:58 +08:00
import "github.com/v2fly/v2ray-core/v5/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}