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



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

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