Exception: Chef::Exceptions::DeprecatedFeatureError

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

Instance Method Summary collapse

Instance Method Details

#initalize(message) ⇒ Object



262
263
264
# File 'lib/chef/exceptions.rb', line 262

def initalize(message)
  super("#{message} (raising error due to treat_deprecation_warnings_as_errors being set)")
end