github.com/LukasHeimann/cloudfoundrycli/v8@v8.4.4/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  }