Exception: ChefDK::MissingComponentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef-dk/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(component_name) ⇒ MissingComponentError

Returns a new instance of MissingComponentError.



76
77
78
# File 'lib/chef-dk/exceptions.rb', line 76

def initialize(component_name)
  super("Component #{component_name} is missing.")
end