github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+incompatible/cf/errors/exception.go (about)

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