1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-03 07:56:42 -05:00
v2fly/proxy/common/config/errors.go
2015-10-30 22:42:24 +01:00

10 lines
105 B
Go

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