1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-17 09:26:08 -04:00
v2fly/shell/point/errors.go

10 lines
98 B
Go
Raw Normal View History

2015-12-06 10:41:41 -05:00
package point
2015-10-13 07:55:06 -04:00
import (
"errors"
)
var (
BadConfiguration = errors.New("Bad configuration.")
)