1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-11 01:37:12 -05:00

isolate proxy settings: auto generated

This commit is contained in:
Shelikhoo
2021-09-04 13:23:16 +01:00
parent 4549dba2d7
commit 18b90d13df

View File

@@ -0,0 +1,9 @@
package proxycfg
import "github.com/v2fly/v2ray-core/v4/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}