class Chef::Exceptions::NoAuditsProvided
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 454 def initialize super "You must provide a block with controls" end