mirror of https://github.com/v2ray/v2ray-core
Darien Raymond
6 years ago
12 changed files with 25 additions and 9 deletions
@ -0,0 +1,6 @@
|
||||
package features |
||||
|
||||
import "v2ray.com/core/common/errors" |
||||
|
||||
type errPathObjHolder struct {} |
||||
func newError(values ...interface{}) *errors.Error { return errors.New(values...).WithPathObj(errPathObjHolder{}) } |
Loading…
Reference in new issue