github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/util/manifest/inheritance_field_error.go (about)

     1  package manifest
     2  
     3  type InheritanceFieldError struct{}
     4  
     5  func (InheritanceFieldError) Error() string {
     6  	return "unsupported inheritance"
     7  }