1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-20 19:06:09 -04:00
v2fly/shell/point/config/errors.go
2015-11-29 14:45:32 +01:00

10 lines
99 B
Go

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