class AppEngine::Util::Gcloud::BinaryNotFound
Exception raised when the gcloud binary could not be found.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/appengine/util/gcloud.rb, line 38 def initialize super "GCloud binary not found in path" end