1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-07 22:04:30 -04:00
v2fly/app/proxyman/mux/errors.generated.go

6 lines
167 B
Go
Raw Normal View History

2017-04-08 19:43:25 -04:00
package mux
import "v2ray.com/core/common/errors"
2017-12-27 22:14:45 -05:00
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Proxyman", "Mux") }