1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-19 02:46:33 -05: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.")
)