1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00
v2fly/shell/point/errors.go
2015-12-06 16:41:41 +01:00

10 lines
98 B
Go

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