Method: Chef::Exceptions::DeprecatedFeatureError#initialize
- Defined in:
- lib/chef/exceptions.rb
#initialize(message) ⇒ DeprecatedFeatureError
Returns a new instance of DeprecatedFeatureError.
269 270 271 |
# File 'lib/chef/exceptions.rb', line 269 def initialize() super("#{} (raising error due to treat_deprecation_warnings_as_errors being set)") end |