1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-18 03:04:16 -04:00
v2fly/app/dispatcher/errors.generated.go

6 lines
169 B
Go
Raw Normal View History

package dispatcher
2017-04-08 19:43:25 -04:00
import "v2ray.com/core/common/errors"
2018-02-12 01:47:23 -05:00
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Dispatcher") }