github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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  }