github.com/lukasheimann/cloudfoundrycli@v7.1.0+incompatible/command/translatableerror/v3_v2_switch_error.go (about)

     1  package translatableerror
     2  
     3  type V3V2SwitchError struct {
     4  }
     5  
     6  func (e V3V2SwitchError) Error() string {
     7  	return ""
     8  }