v2ray-core/config/errors.go

10 lines
99 B
Go

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