1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-10 06:16:53 -05:00
v2fly/app/point/config/errors.go
2015-10-30 22:50:45 +01:00

10 lines
99 B
Go

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