github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+incompatible/cf/errors/exception.go (about)

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