Exception: AppEngine::Util::Gcloud::BinaryNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/appengine/util/gcloud.rb

Overview

Exception raised when the gcloud binary could not be found.

Instance Method Summary collapse

Constructor Details

#initializeBinaryNotFound

Returns a new instance of BinaryNotFound.



38
39
40
# File 'lib/appengine/util/gcloud.rb', line 38

def initialize
  super "GCloud binary not found in path"
end