Exception: ChefCore::TargetHost::UnsupportedTargetOS

Inherits:
Error
  • Object
show all
Defined in:
lib/chef_core/target_host.rb

Instance Attribute Summary

Attributes inherited from Error

#id, #params

Instance Method Summary collapse

Constructor Details

#initialize(os_name) ⇒ UnsupportedTargetOS

Returns a new instance of UnsupportedTargetOS.



353
# File 'lib/chef_core/target_host.rb', line 353

def initialize(os_name); super("CHEFTARG001", os_name); end