removed unused errors
This commit is contained in:
parent
3880fe0cbe
commit
ac1d81bfd3
@ -1,8 +0,0 @@
|
||||
package model
|
||||
|
||||
import "git.milar.in/milarin/adverr"
|
||||
|
||||
var (
|
||||
ErrFeatureWithoutValue = adverr.NewErrTmpl("ErrFeatureWithoutValue", "feature needs a value: '%s'")
|
||||
ErrInvalidFeatureValue = adverr.NewErrTmpl("ErrInvalidFeatureValue", "feature needs a value of type %s")
|
||||
)
|
Loading…
Reference in New Issue
Block a user