Module: Yast::Exportable::ExceptionReporter

Defined in:
src/ruby/yast/exportable.rb

Overview

Module that extends class to allow reporting last exception to component system

Instance Method Summary collapse

Instance Method Details

#last_exceptionObject

Reader for last exception



57
58
59
# File 'src/ruby/yast/exportable.rb', line 57

def last_exception
  @__last_exception
end