Exception: Chef::Exceptions::DeprecatedFeatureError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::DeprecatedFeatureError
- 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() super("#{} (raising error due to treat_deprecation_warnings_as_errors being set)") end |