Exception: Whatsapp::BridgeTimeout
- Defined in:
- lib/whatsapp/errors.rb
Overview
Raised when the Node bridge process does not become ready within the configured Configuration#bridge_timeout.
Instance Method Summary collapse
-
#initialize(msg = "Node bridge failed to start within timeout") ⇒ BridgeTimeout
constructor
A new instance of BridgeTimeout.
Constructor Details
#initialize(msg = "Node bridge failed to start within timeout") ⇒ BridgeTimeout
Returns a new instance of BridgeTimeout.
16 17 18 |
# File 'lib/whatsapp/errors.rb', line 16 def initialize(msg = "Node bridge failed to start within timeout") super end |