1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 17:30:44 +00:00
v2fly/app/proxyman/errors.generated.go
2018-01-10 12:22:37 +01:00

6 lines
165 B
Go

package proxyman
import "v2ray.com/core/common/errors"
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Proxyman") }