Exception: AppEngine::Util::Gcloud::BinaryNotFound
- Defined in:
- lib/appengine/util/gcloud.rb
Overview
Exception raised when the gcloud binary could not be found.
Instance Method Summary collapse
-
#initialize ⇒ BinaryNotFound
constructor
A new instance of BinaryNotFound.
Constructor Details
#initialize ⇒ BinaryNotFound
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 |