module ChefCLI::NestedExceptionWithInspector

def to_s

def to_s
  "#{message}\nCaused by: #{reason}"
end