Class: CLI::Kit::ErrorHandler::NullExceptionReporter

Inherits:
ExceptionReporter show all
Defined in:
lib/cli/kit/error_handler.rb

Class Method Summary collapse

Class Method Details

.report(_exception, _logs = nil) ⇒ Object

: (Exception? _exception, ?String? _logs) -> void



37
38
39
# File 'lib/cli/kit/error_handler.rb', line 37

def report(_exception, _logs = nil)
  nil
end