Exception: Google::Serverless::Exec::Gcloud::ProjectNotSet
- Defined in:
- lib/google/serverless/exec/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.
48 49 50 |
# File 'lib/google/serverless/exec/gcloud.rb', line 48 def initialize super "GCloud project configuration not set" end |