Exception: BackgrounDRb::RemoteWorkerError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- BackgrounDRb::RemoteWorkerError
- Defined in:
- lib/backgroundrb/bdrb_conn_error.rb
Overview
raised if worker throws some error
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ RemoteWorkerError
constructor
A new instance of RemoteWorkerError.
Constructor Details
#initialize(message) ⇒ RemoteWorkerError
Returns a new instance of RemoteWorkerError.
25 26 27 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 25 def initialize @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
24 25 26 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 24 def @message end |