Class: ExceptionHandler
- Inherits:
-
AbstractCommandHandler
- Object
- AbstractCommandHandler
- ExceptionHandler
- Defined in:
- lib/javonet-ruby-sdk/core/handler/exception_handler.rb
Instance Method Summary collapse
Methods inherited from AbstractCommandHandler
Instance Method Details
#process(_command) ⇒ Object
6 7 8 9 10 |
# File 'lib/javonet-ruby-sdk/core/handler/exception_handler.rb', line 6 def process(_command) raise "#{self.class} is not implemented in Ruby" rescue Exception => e e end |