1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-12 16:24:19 -04:00
v2fly/infra/conf/v4/errors.generated.go

10 lines
216 B
Go
Raw Normal View History

package v4
2019-02-10 13:04:11 -05:00
2021-02-16 15:31:50 -05:00
import "github.com/v2fly/v2ray-core/v4/common/errors"
2019-02-10 13:04:11 -05:00
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}