summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/handler.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb
index 6622e981a0..97562ea31b 100644
--- a/lib/chef/handler.rb
+++ b/lib/chef/handler.rb
@@ -240,6 +240,8 @@ class Chef
# This ensures that all handlers get a chance to run even if one fails.
# This method should not be overridden by subclasses unless you know what
# you're doing.
+ #
+ # @api private
def run_report_safely(run_status)
run_report_unsafe(run_status)
rescue Exception => e