Exception: Chef::Exceptions::AuditControlGroupDuplicate

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ AuditControlGroupDuplicate

Returns a new instance of AuditControlGroupDuplicate.



401
402
403
# File 'lib/chef/exceptions.rb', line 401

def initialize(name)
  super "Audit control group with name '#{name}' has already been defined"
end