Exception: BridgeConnectException

Inherits:
Exception
  • Object
show all
Defined in:
lib/lights/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Press the button on the Hue bridge and try again.") ⇒ BridgeConnectException

Returns a new instance of BridgeConnectException.



2
3
4
# File 'lib/lights/exception.rb', line 2

def initialize(msg = "Press the button on the Hue bridge and try again.")
  super
end