class Google::Serverless::Exec::Gcloud::GcloudNotAuthenticated
Exception raised when gcloud auth has not been completed.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/google/serverless/exec/gcloud.rb, line 57 def initialize super "GCloud not authenticated" end