class Chef::Exceptions::DeprecatedFeatureError
Public Instance Methods
initalize(message)
click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 259 def initalize(message) super("#{message} (raising error due to treat_deprecation_warnings_as_errors being set)") end