Exception: Chef::Provisioning::GoogleDriver::Client::GoogleComputeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chef/provisioning/google_driver/client/google_compute_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ GoogleComputeError

Returns a new instance of GoogleComputeError.



7
8
9
10
# File 'lib/chef/provisioning/google_driver/client/google_compute_error.rb', line 7

def initialize(result)
  #TODO better error formatting
  super(result)
end