Exception: Google::Serverless::Exec::Gcloud::GcloudNotAuthenticated

Inherits:
Error
  • Object
show all
Defined in:
lib/google/serverless/exec/gcloud.rb

Overview

Exception raised when gcloud auth has not been completed.

Instance Method Summary collapse

Constructor Details

#initializeGcloudNotAuthenticated

Returns a new instance of GcloudNotAuthenticated.



57
58
59
# File 'lib/google/serverless/exec/gcloud.rb', line 57

def initialize
  super "GCloud not authenticated"
end