1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00
v2fly/shell/point/errors.go

10 lines
103 B
Go

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