sing-box/constant/err.go

8 lines
216 B
Go
Raw Permalink Normal View History

2022-08-22 22:19:25 +08:00
package constant
import E "github.com/sagernet/sing/common/exceptions"
var ErrTLSRequired = E.New("TLS required")
2022-09-26 19:37:06 +08:00
var ErrQUICNotIncluded = E.New(`QUIC is not included in this build, rebuild with -tags with_quic`)