1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 20:45:23 +00:00
v2fly/shell/point/errors.go
2016-08-07 15:32:41 +02:00

10 lines
101 B
Go

package point
import (
"errors"
)
var (
ErrBadConfiguration = errors.New("Bad configuration.")
)