Exception: AppEngine::Util::Gcloud::ProjectNotSet

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

Overview

Exception raised when the project gcloud config is not set.

Instance Method Summary collapse

Constructor Details

#initializeProjectNotSet

Returns a new instance of ProjectNotSet.



47
48
49
# File 'lib/appengine/util/gcloud.rb', line 47

def initialize
  super "GCloud project configuration not set"
end