1
0
mirror of https://github.com/wyx2685/V2bX.git synced 2025-03-14 08:18:13 -04:00
V2bX/core/app/dispatcher/errors.generated.go

10 lines
219 B
Go

package dispatcher
import "github.com/xtls/xray-core/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}