class ChefApply::ErrorNoLogs

These helpers are obsolete

Public Class Methods

new(id, *params) click to toggle source
Calls superclass method ChefApply::Error::new
# File lib/chef_apply/error.rb, line 33
def initialize(id, *params)
  super
  @show_log = false
  @show_stack = false
end