github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/cf/errors/exception.go (about)

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