Exception: AppEngine::Util::Gcloud::GcloudNotAuthenticated

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



56
57
58
# File 'lib/appengine/util/gcloud.rb', line 56

def initialize
  super "GCloud not authenticated"
end