1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04: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.")
)