1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

10 lines
103 B
Go
Raw Normal View History

2015-12-06 16:41:41 +01:00
package point
2015-10-13 13:55:06 +02:00
import (
"errors"
)
var (
ErrorBadConfiguration = errors.New("Bad configuration.")
2015-10-13 13:55:06 +02:00
)