clustvirt/router/errors.go

7 lines
154 B
Go
Raw Normal View History

package router
import "errors"
// Errors uses by the router module and it's sub modules
var ErrMethodNotExist = errors.New("http method doesn't exist")