Exception: ChefApply::Action::GenerateTempCookbook::TempCookbook::UnsupportedExtension

Inherits:
ErrorNoLogs
  • Object
show all
Defined in:
lib/chef_apply/action/generate_temp_cookbook/temp_cookbook.rb

Instance Attribute Summary

Attributes inherited from Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(ext) ⇒ UnsupportedExtension

Returns a new instance of UnsupportedExtension.



170
# File 'lib/chef_apply/action/generate_temp_cookbook/temp_cookbook.rb', line 170

def initialize(ext); super("CHEFVAL009", ext); end