github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/cf/errors/exception.go (about)

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