Files

6 lines
110 B
Go

package constant
import E "github.com/sagernet/sing/common/exceptions"
var ErrNotFound = E.New("not found")