class Google::Serverless::Exec::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/google/serverless/exec/gcloud.rb, line 48 def initialize super "GCloud project configuration not set" end