class Chef::Provider::MachineBatch::MachineBatchError

Attributes

machine[R]

Public Class Methods

new(machine, msg) click to toggle source
Calls superclass method
# File lib/chef/provider/machine_batch.rb, line 111
def initialize(machine, msg)
  @machine = machine
  super(msg)
end