Exception: BackgrounDRb::BdrbConnError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- BackgrounDRb::BdrbConnError
- Defined in:
- lib/backgroundrb/bdrb_conn_error.rb
Overview
raised when connection to a particular server failed
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ BdrbConnError
constructor
A new instance of BdrbConnError.
Constructor Details
#initialize(message) ⇒ BdrbConnError
Returns a new instance of BdrbConnError.
6 7 8 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 6 def initialize() @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/backgroundrb/bdrb_conn_error.rb', line 5 def @message end |