module CLI::Kit::ErrorHandler::NullExceptionReporter

Public Class Methods

report(_exception, _logs) click to toggle source
# File lib/cli/kit/error_handler.rb, line 14
def self.report(_exception, _logs)
  nil
end