Exception: Whatsapp::BridgeTimeout

Inherits:
Error
  • Object
show all
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

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