sing-box/constant/err.go

8 lines
216 B
Go
Raw Permalink Normal View History

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