github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/command/plugin/shared/plugin_installation_cancelled_error.go (about) 1 package shared 2 3 // PluginInstallationCancelled is used to ignore the scenario when the user 4 // responds with 'no' when prompted to install plugin and exit 0. 5 type PluginInstallationCancelled struct { 6 } 7 8 func (PluginInstallationCancelled) Error() string { 9 return "Plugin installation cancelled" 10 }