Exception: ChefApply::ErrorNoLogs

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

Overview

These helpers are obsolete

Instance Attribute Summary

Attributes inherited from Error

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

Instance Method Summary collapse

Constructor Details

#initialize(id, *params) ⇒ ErrorNoLogs

Returns a new instance of ErrorNoLogs.



33
34
35
36
37
# File 'lib/chef_apply/error.rb', line 33

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