1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-08 01:05:24 -05:00

observer: auto generated

This commit is contained in:
Shelikhoo
2021-06-19 11:28:20 +01:00
parent e38839aaf9
commit 9f984cade0

View File

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