class BridgeConnectException
Public Class Methods
new(msg = "Press the button on the Hue bridge and try again.")
click to toggle source
Calls superclass method
# File lib/lights/exception.rb, line 2 def initialize(msg = "Press the button on the Hue bridge and try again.") super end