mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 13:05:28 -05:00
refactor error messages
This commit is contained in:
5
proxy/errors.generated.go
Normal file
5
proxy/errors.generated.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package proxy
|
||||
|
||||
import "v2ray.com/core/common/errors"
|
||||
|
||||
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("Proxy") }
|
||||
Reference in New Issue
Block a user