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

Inherits:
ExceptionReporter show all
Extended by:
T::Sig
Defined in:
lib/cli/kit/error_handler.rb

Class Method Summary collapse

Methods included from T::Sig

sig

Methods included from T::Helpers

#abstract!, #final!, #interface!, #mixes_in_class_methods, #sealed!

Class Method Details

.report(_exception, _logs = nil) ⇒ Object



53
54
55
# File 'lib/cli/kit/error_handler.rb', line 53

def report(_exception, _logs = nil)
  nil
end