v2ray-core/shell/point/errors.go

10 lines
98 B
Go

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