Exception: Chef::Exceptions::AuditControlGroupDuplicate

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ AuditControlGroupDuplicate

Returns a new instance of AuditControlGroupDuplicate.



450
451
452
# File 'lib/chef/exceptions.rb', line 450

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