v2fly/app/subscription/documentfetcher/errors.generated.go

10 lines
229 B
Go

package documentfetcher
import "github.com/v2fly/v2ray-core/v5/common/errors"
type errPathObjHolder struct{}
func newError(values ...interface{}) *errors.Error {
return errors.New(values...).WithPathObj(errPathObjHolder{})
}