Exception: Chef::Exceptions::NoAuditsProvided

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

Instance Method Summary collapse

Constructor Details

#initializeNoAuditsProvided

Returns a new instance of NoAuditsProvided.



436
437
438
# File 'lib/chef/exceptions.rb', line 436

def initialize
  super "You must provide a block with controls"
end