Exception: Whatsapp::BridgeNotRunning
- Defined in:
- lib/whatsapp/errors.rb
Overview
Raised when attempting an operation that requires the Node bridge, but the bridge process is not running.
Instance Method Summary collapse
-
#initialize(msg = "Node bridge is not running") ⇒ BridgeNotRunning
constructor
A new instance of BridgeNotRunning.
Constructor Details
#initialize(msg = "Node bridge is not running") ⇒ BridgeNotRunning
Returns a new instance of BridgeNotRunning.
8 9 10 |
# File 'lib/whatsapp/errors.rb', line 8 def initialize(msg = "Node bridge is not running") super end |