Exception: Google::Serverless::Exec::Gcloud::BinaryNotFound

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



39
40
41
# File 'lib/google/serverless/exec/gcloud.rb', line 39

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