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.



30
31
32
# File 'lib/chef-dk/exceptions.rb', line 30

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