in ops/ops.go [26:31]
func (o Operative) Exists() *testerror.Error { if err := isErrorOrNotExist(o); err != nil { return err } return nil }