1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-10-12 03:54:03 -04:00
Files
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.")
)