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