mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-02 22:35:24 -05:00
massive refactoring for interoperability
This commit is contained in:
5
app/policy/errors.generated.go
Normal file
5
app/policy/errors.generated.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package policy
|
||||
|
||||
import "v2ray.com/core/common/errors"
|
||||
|
||||
func newError(values ...interface{}) *errors.Error { return errors.New(values...).Path("App", "Policy") }
|
||||
Reference in New Issue
Block a user