Files
v2fly/shell/point/errors.go
T
2016-08-07 15:32:41 +02:00

10 lines
101 B
Go

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