github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+incompatible/cf/errors/exception.go (about)

     1  package errors
     2  
     3  type Exception struct {
     4  	Message            string
     5  	DisplayCrashDialog bool
     6  }