github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/actor/v3action/relationship.go (about)

     1  package v3action
     2  
     3  type NoRelationshipError struct {
     4  }
     5  
     6  func (e NoRelationshipError) Error() string {
     7  	return "No relationship found."
     8  }