class AppEngine::Util::Gcloud::ProjectNotSet
Exception raised when the project gcloud config is not set.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/appengine/util/gcloud.rb, line 47 def initialize super "GCloud project configuration not set" end