Exception: Google::Serverless::Exec::Gcloud::ProjectNotSet

Inherits:
Error
  • Object
show all
Defined in:
lib/google/serverless/exec/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.



48
49
50
# File 'lib/google/serverless/exec/gcloud.rb', line 48

def initialize
  super "GCloud project configuration not set"
end