Exception: NLHue::NotRegisteredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nlhue/bridge.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Press the bridge's link button and call .register().") ⇒ NotRegisteredError

Returns a new instance of NotRegisteredError.



25
26
27
# File 'lib/nlhue/bridge.rb', line 25

def initialize msg="Press the bridge's link button and call .register()."
	super msg
end