1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-10-18 06:54:02 -04:00
Files
v2fly/shell/point/config/errors.go

10 lines
99 B
Go
Raw Normal View History

2015-10-13 13:55:06 +02:00
package config
import (
"errors"
)
var (
BadConfiguration = errors.New("Bad configuration.")
)