Class: CLI::Kit::ErrorHandler::ExceptionReporter Abstract
- Inherits:
-
Object
- Object
- CLI::Kit::ErrorHandler::ExceptionReporter
- Defined in:
- lib/cli/kit/error_handler.rb
Overview
This class is abstract.
Direct Known Subclasses
Class Method Summary collapse
-
.report(exception, logs = nil) ⇒ Object
abstract
: (Exception?, ?String?) -> void.
Class Method Details
.report(exception, logs = nil) ⇒ Object
This method is abstract.
: (Exception?, ?String?) -> void
27 28 29 |
# File 'lib/cli/kit/error_handler.rb', line 27 def report(exception, logs = nil) raise(NotImplementedError) end |