Exception: AppEngine::Util::Gcloud::GcloudFailed

Inherits:
Error
  • Object
show all
Defined in:
lib/appengine/util/gcloud.rb

Overview

Exception raised when gcloud fails and returns an error.

Instance Method Summary collapse

Constructor Details

#initialize(code) ⇒ GcloudFailed

Returns a new instance of GcloudFailed.



65
66
67
# File 'lib/appengine/util/gcloud.rb', line 65

def initialize code
  super "GCloud failed with result code #{code}"
end