github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/cf/errors/exception.go (about) 1 package errors 2 3 type Exception struct { 4 Message string 5 DisplayCrashDialog bool 6 }