Exception: Whatsapp::BridgeNotRunning

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

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