Exception: ChefApply::ErrorNoStack

Inherits:
Error
  • Object
show all
Defined in:
lib/chef_apply/error.rb

Instance Attribute Summary

Attributes inherited from Error

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

Instance Method Summary collapse

Constructor Details

#initialize(id, *params) ⇒ ErrorNoStack

Returns a new instance of ErrorNoStack.



41
42
43
44
45
# File 'lib/chef_apply/error.rb', line 41

def initialize(id, *params)
  super
  @show_log = true
  @show_stack = false
end