Exception: Chef::Exceptions::DeprecatedFeatureError
- Inherits:
 - 
      RuntimeError
      
        
- Object
 - RuntimeError
 - Chef::Exceptions::DeprecatedFeatureError
 
 
- Defined in:
 - lib/chef/exceptions.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(message)  ⇒ DeprecatedFeatureError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of DeprecatedFeatureError.
 
Constructor Details
#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  |