Class: ExceptionReport
- Inherits:
-
Object
- Object
- ExceptionReport
- Defined in:
- lib/skynet/skynet_worker.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ ExceptionReport
constructor
A new instance of ExceptionReport.
- #save ⇒ Object
Constructor Details
#initialize(*args) ⇒ ExceptionReport
Returns a new instance of ExceptionReport.
446 447 |
# File 'lib/skynet/skynet_worker.rb', line 446 def initialize(*args) end |
Instance Method Details
#save ⇒ Object
449 450 |
# File 'lib/skynet/skynet_worker.rb', line 449 def save end |