Exception: ChefApply::LicenseCheckFailed
- Defined in:
- lib/chef_apply/cli.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ LicenseCheckFailed 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LicenseCheckFailed. 
Constructor Details
#initialize ⇒ LicenseCheckFailed
Returns a new instance of LicenseCheckFailed.
| 343 | # File 'lib/chef_apply/cli.rb', line 343 def initialize(); super("CHEFLIC001"); end |