Exception: Google::Serverless::Exec::Gcloud::BinaryNotFound
- Inherits:
-
Error
- Object
- StandardError
- Error
- Google::Serverless::Exec::Gcloud::BinaryNotFound
- Defined in:
- lib/google/serverless/exec/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.
39 40 41 |
# File 'lib/google/serverless/exec/gcloud.rb', line 39 def initialize super "GCloud binary not found in path" end |