Class: CLI::Kit::ErrorHandler::NullExceptionReporter
- Inherits:
-
ExceptionReporter
- Object
- ExceptionReporter
- CLI::Kit::ErrorHandler::NullExceptionReporter
- Defined in:
- lib/cli/kit/error_handler.rb
Class Method Summary collapse
-
.report(_exception, _logs = nil) ⇒ Object
: (Exception? _exception, ?String? _logs) -> void.
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 |