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.



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

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