class Google::Serverless::Exec::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/google/serverless/exec/gcloud.rb, line 39
def initialize
  super "GCloud binary not found in path"
end