github.com/MontFerret/ferret@v0.18.0/pkg/stdlib/testing/base/errors.go (about)

     1  package base
     2  
     3  import "github.com/pkg/errors"
     4  
     5  var (
     6  	ErrAssertion = errors.New("assertion error")
     7  )