Exception: AppEngine::Util::Gcloud::ProjectNotSet
- Defined in:
- lib/appengine/util/gcloud.rb
Overview
Exception raised when the project gcloud config is not set.
Instance Method Summary collapse
-
#initialize ⇒ ProjectNotSet
constructor
A new instance of ProjectNotSet.
Constructor Details
#initialize ⇒ ProjectNotSet
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 |